SelectionItemPattern.Cached プロパティ

定義

この SelectionItemPatternのキャッシュされたプロパティ値を取得します。

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

プロパティ値

キャッシュされたプロパティ値。

例外

要求されたプロパティがキャッシュにありません。

注釈

キャッシュされたプロパティ値は、 CacheRequestを使用して以前に要求されている必要があります。 プロパティの現在の値を取得するには、 Currentを使用してプロパティを取得します。

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

適用対象