WindowPattern.Cached プロパティ

定義

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

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

プロパティ値

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

例外

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

注釈

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

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

適用対象