次の方法で共有


AutomationPeerAnnotation クラス

定義

1 つの UI オートメーション注釈を表します。

public ref class AutomationPeerAnnotation sealed : DependencyObject
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.Activatable(Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationFactory, 65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AutomationPeerAnnotation final : DependencyObject
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerAnnotationFactory), 65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AutomationPeerAnnotation : DependencyObject
Public NotInheritable Class AutomationPeerAnnotation
Inherits DependencyObject
継承
Object Platform::Object IInspectable DependencyObject AutomationPeerAnnotation
属性

コンストラクター

AutomationPeerAnnotation()

クラスの新しいインスタンスを初期化します。

AutomationPeerAnnotation(AnnotationType, AutomationPeer)

定義されたパラメーターを使用して、クラスの新しいインスタンスを初期化します。

AutomationPeerAnnotation(AnnotationType)

定義されたパラメーターを使用して、クラスの新しいインスタンスを初期化します。

プロパティ

Dispatcher

Windows App SDK アプリで常に null を返します。 代わりに、DispatcherQueue 使用してください。

(継承元 DependencyObject)
DispatcherQueue

このオブジェクトが関連付けられている DispatcherQueue を取得します。 DispatcherQueue は、コードが非 UI スレッドによって開始された場合でも、UI スレッド上の DependencyObject にアクセスできる機能を表します。

(継承元 DependencyObject)
Peer

注釈を実装する要素のオートメーション ピアを取得または設定します。

PeerProperty

AutomationPeerAnnotation.Peer プロパティ を識別します。

Type

注釈の型を取得または設定します。

TypeProperty

AutomationPeerAnnotation.Type プロパティ を識別します。

メソッド

ClearValue(DependencyProperty)

依存関係プロパティのローカル値をクリアします。

(継承元 DependencyObject)
GetAnimationBaseValue(DependencyProperty)

依存関係プロパティに対して確立された基本値を返します。これは、アニメーションがアクティブでない場合に適用されます。

(継承元 DependencyObject)
GetValue(DependencyProperty)

DependencyObjectから依存関係プロパティの現在の有効な値を返します。

(継承元 DependencyObject)
ReadLocalValue(DependencyProperty)

ローカル値が設定されている場合は、依存関係プロパティのローカル値を返します。

(継承元 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

この DependencyObject インスタンスの特定の DependencyProperty への変更をリッスンするための通知関数を登録します。

(継承元 DependencyObject)
SetValue(DependencyProperty, Object)

DependencyObjectの依存関係プロパティのローカル値を設定します。

(継承元 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

registerPropertyChangedCallback呼び出して、以前に登録された変更通知を取り消します。

(継承元 DependencyObject)

適用対象

こちらもご覧ください