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

プロパティ値

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

例外

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

注釈

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

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

適用対象