AutomationElement.AutomationElementInformation.LocalizedControlType プロパティ

定義

コントロール型の説明を取得します。

public:
 property System::String ^ LocalizedControlType { System::String ^ get(); };
public string LocalizedControlType { get; }
member this.LocalizedControlType : string
Public ReadOnly Property LocalizedControlType As String

プロパティ値

"ボタン" など、コントロール型のローカライズされた説明。

注釈

詳細については、「LocalizedControlTypeProperty」を参照してください。

適用対象