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を参照してください。

適用対象