您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
88 行
8.4 KiB
88 行
8.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>System.Windows.Presentation</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:System.AddIn.Pipeline.FrameworkElementAdapters">
|
|
<summary>
|
|
<see cref="T:System.AddIn.Pipeline.FrameworkElementAdapters" /> is used by Windows Presentation Foundation (WPF) add-ins to convert between a <see cref="T:System.Windows.FrameworkElement" /> and an <see cref="T:System.AddIn.Contract.INativeHandleContract" />.</summary>
|
|
</member>
|
|
<member name="M:System.AddIn.Pipeline.FrameworkElementAdapters.ContractToViewAdapter(System.AddIn.Contract.INativeHandleContract)">
|
|
<summary>Returns a <see cref="T:System.Windows.FrameworkElement" /> that has been converted from an <see cref="T:System.AddIn.Contract.INativeHandleContract" />.</summary>
|
|
<returns>A <see cref="T:System.Windows.FrameworkElement" /> that will be displayed from either the host application or add-in, depending on the direction in which the UI is passed between the two.</returns>
|
|
<param name="nativeHandleContract">The <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that was passed across the isolation boundary between the host application and the add-in.</param>
|
|
</member>
|
|
<member name="M:System.AddIn.Pipeline.FrameworkElementAdapters.ViewToContractAdapter(System.Windows.FrameworkElement)">
|
|
<summary>Returns an <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that has been converted from a <see cref="T:System.Windows.FrameworkElement" />.</summary>
|
|
<returns>An <see cref="T:System.AddIn.Contract.INativeHandleContract" /> that is passed from either the host application or the add-in, depending on the direction in which the UI is passed between the two.</returns>
|
|
<param name="root">The <see cref="T:System.Windows.FrameworkElement" /> to be passed across the isolation boundary between the host application and the add-in.</param>
|
|
<exception cref="T:System.InvalidOperationException">
|
|
<paramref name="root" /> is not the root element of a tree of elements.</exception>
|
|
</member>
|
|
<member name="T:System.Windows.Threading.DispatcherExtensions">
|
|
<summary>Provides a set of static methods that extend the <see cref="T:System.Windows.Threading.Dispatcher" /> class.</summary>
|
|
</member>
|
|
<member name="M:System.Windows.Threading.DispatcherExtensions.BeginInvoke(System.Windows.Threading.Dispatcher,System.Action)">
|
|
<summary>Executes the specified delegate asynchronously with normal priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
|
|
<param name="dispatcher">The dispatcher that executes the delegate.</param>
|
|
<param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="action" /> is null. </exception>
|
|
</member>
|
|
<member name="M:System.Windows.Threading.DispatcherExtensions.BeginInvoke(System.Windows.Threading.Dispatcher,System.Action,System.Windows.Threading.DispatcherPriority)">
|
|
<summary>Executes the specified delegate asynchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
|
|
<param name="dispatcher">The dispatcher that executes the delegate.</param>
|
|
<param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
|
|
<param name="priority">The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. </param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="action" /> is null. </exception>
|
|
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
|
|
<paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
|
|
</member>
|
|
<member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action)">
|
|
<summary>Executes the specified delegate synchronously with normal priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
|
|
<param name="dispatcher">The dispatcher that executes the delegate.</param>
|
|
<param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="action" /> is null. </exception>
|
|
</member>
|
|
<member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.TimeSpan)">
|
|
<summary>Executes the specified delegate synchronously on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on, and stops execution after the specified time-out period. </summary>
|
|
<param name="dispatcher">The dispatcher that executes the delegate.</param>
|
|
<param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
|
|
<param name="timeout">The maximum time to wait for the operation to finish.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="action" /> is null. </exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
|
|
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
|
|
<paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
|
|
</member>
|
|
<member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.TimeSpan,System.Windows.Threading.DispatcherPriority)">
|
|
<summary>Executes the specified delegate synchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on, and stops execution after the specified time-out period.</summary>
|
|
<param name="dispatcher">The dispatcher that executes the delegate.</param>
|
|
<param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
|
|
<param name="timeout">The maximum time to wait for the operation to finish.</param>
|
|
<param name="priority">The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. </param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="action" /> is null. </exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
|
|
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
|
|
<paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
|
|
</member>
|
|
<member name="M:System.Windows.Threading.DispatcherExtensions.Invoke(System.Windows.Threading.Dispatcher,System.Action,System.Windows.Threading.DispatcherPriority)">
|
|
<summary>Executes the specified delegate synchronously with the specified priority on the thread that the specified <see cref="T:System.Windows.Threading.Dispatcher" /> was created on.</summary>
|
|
<param name="dispatcher">The dispatcher that executes the delegate.</param>
|
|
<param name="action">The delegate to execute, which takes no arguments and does not return a value.</param>
|
|
<param name="priority">The execution priority of the delegate relative to other pending operations in the <see cref="T:System.Windows.Threading.Dispatcher" /> event queue. </param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="action" /> is null. </exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="priority" /> is equal to <see cref="F:System.Windows.Threading.DispatcherPriority.Inactive" />.</exception>
|
|
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
|
|
<paramref name="priority" /> is not a valid <see cref="T:System.Windows.Threading.DispatcherPriority" />.</exception>
|
|
</member>
|
|
</members>
|
|
</doc>
|