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.

적용 대상