SelectionItemPattern.Current プロパティ

定義

この SelectionItemPattern の現在のプロパティ値を取得します。

public:
 property System::Windows::Automation::SelectionItemPattern::SelectionItemPatternInformation Current { System::Windows::Automation::SelectionItemPattern::SelectionItemPatternInformation get(); };
public System.Windows.Automation.SelectionItemPattern.SelectionItemPatternInformation Current { get; }
member this.Current : System.Windows.Automation.SelectionItemPattern.SelectionItemPatternInformation
Public ReadOnly Property Current As SelectionItemPattern.SelectionItemPatternInformation

プロパティ値

現在のプロパティ値。

注釈

現在の値を AutomationElement 取得するには、このパターンは 参照を Full 持つ からである必要があります。 を AutomationElement 使用して Noneを取得した場合、キャッシュされたデータのみが格納され、プロパティの現在の値を取得しようとすると例外が発生します。 を使用して、以前に を使用 Cached して指定したプロパティのキャッシュされた値を CacheRequest取得します。

使用可能なプロパティとその使用方法については、「」を参照してください SelectionItemPattern.SelectionItemPatternInformation

適用対象