ExtendedProperty 構造体 (uiautomationclient.h)
拡張プロパティに関する情報を格納します。
構文
struct ExtendedProperty {
BSTR PropertyName;
BSTR PropertyValue;
};
メンバー
PropertyName
種類: BSTR
拡張プロパティの名前を含むローカライズされた文字列。
PropertyValue
種類: BSTR
拡張プロパティの値を表す文字列。 必要に応じて、この文字列をローカライズする必要があります。
注釈
この構造体は、 IUIAutomationStylesPattern::GetCachedExtendedPropertiesArray メソッドと GetCurrentExtendedPropertiesArray メソッドによって使用されます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリのみ] |
Header | uiautomationclient.h (UIAutomation.h を含む) |