SelectionItemPattern.Current プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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を参照してください。