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