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.

적용 대상