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

プロパティ値

コントロールの種類のローカライズされた説明 ("button" など)。

注釈

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

適用対象