ItemContainerAutomationPeer クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Microsoft.UI.Xaml.Controls.ItemContainer 型
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ItemContainerAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, ISelectionItemProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ItemContainerAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, ISelectionItemProvider
Public Class ItemContainerAutomationPeer
Inherits FrameworkElementAutomationPeer
Implements IInvokeProvider, ISelectionItemProvider
- 継承
-
Object IInspectable DependencyObject AutomationPeer FrameworkElementAutomationPeer ItemContainerAutomationPeer
- 派生
- 属性
- 実装
コンストラクター
ItemContainerAutomationPeer(ItemContainer) |
ItemContainerAutomationPeer クラスの新しいインスタンスを初期化します。 |
プロパティ
Dispatcher |
Windows App SDK アプリで常に |
DispatcherQueue |
このオブジェクトが関連付けられている |
EventsSource |
AutomationPeer |
IsSelected |
項目が選択されているかどうかを示す値を取得します。 |
Owner |
この FrameworkElementAutomationPeerに関連付けられている UIElement 所有者を取得します。 (継承元 FrameworkElementAutomationPeer) |
SelectionContainer |
System.Windows.Automation.Provider.ISelectionProviderを実装するコンテナー コントロールの個別の選択可能な子項目を取得します。 |
メソッド
AddToSelection() |
選択した項目のコレクションに現在の要素を追加します。 |
ClearValue(DependencyProperty) |
依存関係プロパティのローカル値をクリアします。 (継承元 DependencyObject) |
GetAcceleratorKey() |
UI オートメーション ピアに関連付けられているオブジェクトのアクセラレータ キーの組み合わせを取得します。 (継承元 AutomationPeer) |
GetAcceleratorKeyCore() |
Microsoft UI オートメーション クライアントが GetAcceleratorKey または同等の Microsoft UI オートメーション クライアント API |
GetAccessKey() |
オートメーション ピアに関連付けられている要素のアクセス キーを取得します。 (継承元 AutomationPeer) |
GetAccessKeyCore() |
Microsoft UI オートメーション クライアントが GetAccessKey または同等の Microsoft UI オートメーション クライアント API |
GetAnimationBaseValue(DependencyProperty) |
依存関係プロパティに対して確立された基本値を返します。これは、アニメーションがアクティブでない場合に適用されます。 (継承元 DependencyObject) |
GetAnnotations() |
現在のオートメーション ピアの UI オートメーション注釈の一覧への参照を取得します。 (継承元 AutomationPeer) |
GetAnnotationsCore() |
Microsoft UI オートメーション クライアントが GetAnnotations または同等の Microsoft UI オートメーション クライアント API |
GetAutomationControlType() |
UI オートメーション ピアに関連付けられている要素のコントロール型を取得します。 (継承元 AutomationPeer) |
GetAutomationControlTypeCore() |
Microsoft UI オートメーション クライアントが GetAutomationControlType または同等の Microsoft UI オートメーション クライアント API |
GetAutomationId() |
オートメーション ピアに関連付けられている要素の AutomationId を取得します。 (継承元 AutomationPeer) |
GetAutomationIdCore() |
Microsoft UI オートメーション クライアントが GetAutomationId または同等の Microsoft UI オートメーション クライアント API |
GetBoundingRectangle() |
オートメーション ピアに関連付けられている要素の画面座標を表す Rect オブジェクトを取得します。 (継承元 AutomationPeer) |
GetBoundingRectangleCore() |
Microsoft UI オートメーション クライアントが GetBoundingRectangle または同等の Microsoft UI オートメーション クライアント API |
GetChildren() |
UI オートメーション ツリーでオートメーション ピアの直接の子要素として表される子要素のコレクションを取得します。 (継承元 AutomationPeer) |
GetChildrenCore() |
Microsoft UI オートメーション クライアントが GetChildren または同等の Microsoft UI オートメーション クライアント API |
GetClassName() |
この AutomationPeerで表されるコントロールを区別するために、AutomationControlTypeで使用される名前を取得します。 (継承元 AutomationPeer) |
GetClassNameCore() |
Microsoft UI オートメーション クライアントが GetClassName または同等の Microsoft UI オートメーション クライアント API |
GetClickablePoint() |
マウス クリックに応答するオートメーション ピアに関連付けられている要素のポイントを取得します。 (継承元 AutomationPeer) |
GetClickablePointCore() |
Microsoft UI オートメーション クライアントが GetClickablePoint または同等の Microsoft UI オートメーション クライアント API |
GetControlledPeers() |
Microsoft UI オートメーション クライアントが GetControlledPeers または同等の Microsoft UI オートメーション クライアント API (UIA_ControllerForPropertyIdによって識別されるプロパティ値の取得など) を呼び出すときのピアの動作を提供します。 (継承元 AutomationPeer) |
GetControlledPeersCore() |
現在のオートメーション ピアの制御されたピアの一覧を取得します。 (継承元 AutomationPeer) |
GetCulture() |
GetCultureCore |
GetCultureCore() |
オートメーション ピアに関連付けられている要素のカルチャ値を取得します。 (継承元 AutomationPeer) |
GetDescribedByCore() |
オートメーション要素に関する詳細情報を提供する要素のコレクションを取得します。 (継承元 AutomationPeer) |
GetElementFromPoint(Point) |
指定したポイントから要素を取得します。 (継承元 AutomationPeer) |
GetElementFromPointCore(Point) |
Microsoft UI オートメーション クライアントが GetElementFromPoint または同等の Microsoft UI オートメーション クライアント API |
GetFlowsFromCore() |
Microsoft UI オートメーション クライアントが AutomationProperties.GetFlowsFrom または同等の Microsoft UI オートメーション クライアント API |
GetFlowsToCore() |
Microsoft UI オートメーション クライアントが AutomationProperties.GetFlowsTo または同等の Microsoft UI オートメーション クライアント API |
GetFocusedElement() |
現在フォーカスがある要素を取得します。 (継承元 AutomationPeer) |
GetFocusedElementCore() |
Microsoft UI オートメーション クライアントが GetFocusedElement または同等の Microsoft UI オートメーション クライアント API |
GetFullDescription() |
画像やイメージ コントロールなどの実際の外観または内容を記述するローカライズされた文字列を取得します。 (継承元 AutomationPeer) |
GetFullDescriptionCore() |
Microsoft UI オートメーション クライアントが GetFullDescription または同等の Microsoft UI オートメーション クライアント API |
GetHeadingLevel() |
このオートメーション ピアに関連付けられている UI オートメーション要素の見出しレベルを取得します。 (継承元 AutomationPeer) |
GetHeadingLevelCore() |
Microsoft UI オートメーション クライアントが GetHeadingLevel または同等の Microsoft UI オートメーション クライアント API |
GetHelpText() |
オートメーション ピアに関連付けられているコントロールの機能を説明するテキストを取得します。 (継承元 AutomationPeer) |
GetHelpTextCore() |
Microsoft UI オートメーション クライアントが GetHelpText または同等の Microsoft UI オートメーション クライアント API |
GetItemStatus() |
このオートメーション ピアに関連付けられている要素の視覚的な状態を伝えるテキストを取得します。 (継承元 AutomationPeer) |
GetItemStatusCore() |
Microsoft UI オートメーション クライアントが GetItemStatus または同等の Microsoft UI オートメーション クライアント API |
GetItemType() |
要素が表す項目の種類を表す文字列を取得します。 (継承元 AutomationPeer) |
GetItemTypeCore() |
Microsoft UI オートメーション クライアントが GetItemType または同等の Microsoft UI オートメーション クライアント API |
GetLabeledBy() |
要素を対象とする UIElement の AutomationPeer を取得します。 (継承元 AutomationPeer) |
GetLabeledByCore() |
Microsoft UI オートメーション クライアントが GetLabeledBy または同等の Microsoft UI オートメーション クライアント API |
GetLandmarkType() |
このオートメーション ピアのランドマークの種類を取得します。 (継承元 AutomationPeer) |
GetLandmarkTypeCore() |
Microsoft UI オートメーション クライアントが GetLandmarkType または同等の Microsoft UI オートメーション クライアント API |
GetLevel() |
オートメーション ピアに関連付けられている要素のレベル (階層) の 1 から始まる整数を返します。 (継承元 AutomationPeer) |
GetLevelCore() |
Microsoft UI オートメーション クライアントが GetLevel または同等の Microsoft UI オートメーション クライアント API |
GetLiveSetting() |
UI オートメーション ピアに関連付けられているオブジェクトのライブ設定通知動作情報を取得します。 (継承元 AutomationPeer) |
GetLiveSettingCore() |
Microsoft UI オートメーション クライアントが GetLiveSetting または同等の Microsoft UI オートメーション クライアント API |
GetLocalizedControlType() |
このオートメーション ピアに関連付けられているコントロールの AutomationControlType 値を表すローカライズされた文字列を取得します。 (継承元 AutomationPeer) |
GetLocalizedControlTypeCore() |
Microsoft UI オートメーション クライアントが GetLocalizedControlType または同等の Microsoft UI オートメーション クライアント API |
GetLocalizedLandmarkType() |
このオートメーション ピアに関連付けられている要素の AutomationLandmarkType 値を表すローカライズされた文字列を取得します。 (継承元 AutomationPeer) |
GetLocalizedLandmarkTypeCore() |
Microsoft UI オートメーション クライアントが GetLocalizedLandmarkType または同等の Microsoft UI オートメーション クライアント API |
GetName() |
このオートメーション ピアに関連付けられている要素を記述するテキストを取得します。 Microsoft UI オートメーション 名前 値は、Microsoft UI オートメーション フレームワークと対話してアプリの UI を表すときに最も支援技術によって使用される主要な識別子です。 (継承元 AutomationPeer) |
GetNameCore() |
Microsoft UI オートメーション クライアントが GetName または同等の Microsoft UI オートメーション クライアント API |
GetOrientation() |
明示的なコントロールの向き (存在する場合) を示す値を取得します。 (継承元 AutomationPeer) |
GetOrientationCore() |
Microsoft UI オートメーション クライアントが GetOrientation または同等の Microsoft UI オートメーション クライアント API |
GetParent() |
この AutomationPeerの親である AutomationPeer を取得します。 (継承元 AutomationPeer) |
GetPattern(PatternInterface) |
指定した PatternInterfaceに関連付けられているコントロール パターンを取得します。 (継承元 AutomationPeer) |
GetPatternCore(PatternInterface) |
Microsoft UI オートメーション クライアントが GetPattern または同等の Microsoft UI オートメーション クライアント API |
GetPeerFromPoint(Point) |
指定したポイントから AutomationPeer |
GetPeerFromPointCore(Point) |
Microsoft UI オートメーション クライアントが GetPeerFromPoint または同等の Microsoft UI オートメーション クライアント API |
GetPositionInSet() |
オートメーション ピアに関連付けられている要素のセット内の序数位置の 1 から始まる整数を返します。 (継承元 AutomationPeer) |
GetPositionInSetCore() |
Microsoft UI オートメーション クライアントが GetPositionInSet または同等の Microsoft UI オートメーション クライアント API |
GetSizeOfSet() |
オートメーション ピアに関連付けられている要素が配置されているセットのサイズの 1 から始まる整数を返します。 (継承元 AutomationPeer) |
GetSizeOfSetCore() |
Microsoft UI オートメーション クライアントが GetSizeOfSet または同等の Microsoft UI オートメーション クライアント API |
GetValue(DependencyProperty) |
DependencyObjectから依存関係プロパティの現在の有効な値を返します。 (継承元 DependencyObject) |
HasKeyboardFocus() |
このオートメーション ピアに関連付けられている要素に現在キーボード フォーカスがあるかどうかを示す値を取得します。 (継承元 AutomationPeer) |
HasKeyboardFocusCore() |
Microsoft UI オートメーション クライアントが HasKeyboardFocus または同等の Microsoft UI オートメーション クライアント API |
InvalidatePeer() |
AutomationPeer のメイン プロパティの再計算をトリガーし、プロパティが変更された場合は、PropertyChanged 通知をオートメーション クライアントに通知します。 (継承元 AutomationPeer) |
Invoke() |
オートメーション ピアに関連付けられている Microsoft.UI.Xaml.Controls.ItemContainer をクリックする要求を送信します。 |
IsContentElement() |
このオートメーション ピアに関連付けられている要素に、ユーザーに表示されるデータが含まれているかどうかを示す値を取得します。 (継承元 AutomationPeer) |
IsContentElementCore() |
Microsoft UI オートメーション クライアントが IsContentElement または同等の Microsoft UI オートメーション クライアント API |
IsControlElement() |
要素が対話型としてユーザーによって認識されるか、GUI のコントロールの論理構造に寄与していると認識されるかを示す値を取得します。 (継承元 AutomationPeer) |
IsControlElementCore() |
Microsoft UI オートメーション クライアントが IsControlElement または同等の Microsoft UI オートメーション クライアント API |
IsDataValidForForm() |
入力した値または選択した値がオートメーション要素に関連付けられているフォーム ルールに対して有効かどうかを示すブール値を取得します。 (継承元 AutomationPeer) |
IsDataValidForFormCore() |
Microsoft UI オートメーション クライアントが IsDataValidForForm または同等の Microsoft UI オートメーション クライアント API |
IsDialog() |
このオートメーション ピアに関連付けられている要素がダイアログ ウィンドウであるかどうかを示す値を取得します。 (継承元 AutomationPeer) |
IsDialogCore() |
Microsoft UI オートメーション クライアントが IsDialog または同等の Microsoft UI オートメーション クライアント API |
IsEnabled() |
このオートメーション ピアに関連付けられている要素が相互作用をサポートしているかどうかを示す値を取得します。 (継承元 AutomationPeer) |
IsEnabledCore() |
Microsoft UI オートメーション クライアントが IsEnabled または同等の Microsoft UI オートメーション クライアント API |
IsKeyboardFocusable() |
要素がキーボード フォーカスを受け入れられるかどうかを示す値を取得します。 (継承元 AutomationPeer) |
IsKeyboardFocusableCore() |
Microsoft UI オートメーション クライアントが IsKeyboardFocusable または同等の Microsoft UI オートメーション クライアント API |
IsOffscreen() |
要素が画面外にあるかどうかを示す値を取得します。 (継承元 AutomationPeer) |
IsOffscreenCore() |
Microsoft UI オートメーション クライアントが IsOffscreen または同等の Microsoft UI オートメーション クライアント API |
IsPassword() |
要素に機密性の高いコンテンツが含まれているかどうかを示す値を取得します。 (継承元 AutomationPeer) |
IsPasswordCore() |
Microsoft UI オートメーション クライアントが IsPassword または同等の Microsoft UI オートメーション クライアント API |
IsPeripheral() |
オートメーション要素が周辺機器 UI を表すかどうかを示すブール値を取得します。 (継承元 AutomationPeer) |
IsPeripheralCore() |
Microsoft UI オートメーション クライアントが IsPeripheral または同等の Microsoft UI オートメーション クライアント API |
IsRequiredForForm() |
このピアに関連付けられている要素をフォームで完了する必要があるかどうかを示す値を取得します。 (継承元 AutomationPeer) |
IsRequiredForFormCore() |
Microsoft UI オートメーション クライアントが IsRequiredForForm または同等の Microsoft UI オートメーション クライアント API |
Navigate(AutomationNavigationDirection) |
UI オートメーション ツリー内の指定した方向の要素を取得します。 (継承元 AutomationPeer) |
NavigateCore(AutomationNavigationDirection) |
Microsoft UI オートメーション クライアントが Navigate または同等の Microsoft UI オートメーション クライアント API |
PeerFromProvider(IRawElementProviderSimple) |
指定した IRawElementProviderSimple プロキシの AutomationPeer を取得します。 (継承元 AutomationPeer) |
ProviderFromPeer(AutomationPeer) |
指定した |
RaiseAutomationEvent(AutomationEvents) |
オートメーション イベントを発生させます。 (継承元 AutomationPeer) |
RaiseNotificationEvent(AutomationNotificationKind, AutomationNotificationProcessing, String, String) |
通知イベントを開始します。 (継承元 AutomationPeer) |
RaisePropertyChangedEvent(AutomationProperty, Object, Object) |
変更されたプロパティ値をオートメーション クライアントに通知するイベントを発生させます。 (継承元 AutomationPeer) |
RaiseStructureChangedEvent(AutomationStructureChangeType, AutomationPeer) |
ツリー構造が変更されたことを Microsoft UI オートメーション コアに通知するイベントを発生させます。 (継承元 AutomationPeer) |
RaiseTextEditTextChangedEvent(AutomationTextEditChangeType, IVectorView<String>) |
テキスト コントロールがプログラムによってテキストを変更したことを Microsoft UI オートメーション コアに通知するイベントを発生させます。 (継承元 AutomationPeer) |
ReadLocalValue(DependencyProperty) |
ローカル値が設定されている場合は、依存関係プロパティのローカル値を返します。 (継承元 DependencyObject) |
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) |
この DependencyObject インスタンスの特定の DependencyProperty への変更をリッスンするための通知関数を登録します。 (継承元 DependencyObject) |
RemoveFromSelection() |
選択した項目のコレクションから現在の要素を削除します。 |
Select() |
既存の選択範囲をクリアし、現在の要素を選択します。 |
SetFocus() |
このオートメーション ピアに関連付けられている要素にキーボード フォーカスを設定します。 (継承元 AutomationPeer) |
SetFocusCore() |
Microsoft UI オートメーション クライアントが SetFocus または同等の Microsoft UI オートメーション クライアント API |
SetParent(AutomationPeer) |
この AutomationPeerの親である AutomationPeer を設定します。 (継承元 AutomationPeer) |
SetValue(DependencyProperty, Object) |
DependencyObjectの依存関係プロパティのローカル値を設定します。 (継承元 DependencyObject) |
ShowContextMenu() |
owner 要素で使用可能なコンテキスト メニューを表示します。 (継承元 AutomationPeer) |
ShowContextMenuCore() |
Microsoft UI オートメーション クライアントが ShowContextMenu または同等の Microsoft UI オートメーション クライアント API |
UnregisterPropertyChangedCallback(DependencyProperty, Int64) |
registerPropertyChangedCallback |