SelectionPattern.Cached プロパティ

定義

このSelectionPatternキャッシュされたUI オートメーションプロパティ値を取得します。

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

プロパティ値

SelectionPattern.SelectionPatternInformation

コントロール パターンのキャッシュされたUI オートメーションプロパティ値を含む構造体。

例外

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

注釈

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

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

適用対象