AutomationElement.AutomationElementInformation.LocalizedControlType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントロールの種類の説明を取得します。
public:
property System::String ^ LocalizedControlType { System::String ^ get(); };
public string LocalizedControlType { get; }
member this.LocalizedControlType : string
Public ReadOnly Property LocalizedControlType As String
プロパティ値
コントロールの種類のローカライズされた説明 ("button" など)。
注釈
詳細については、LocalizedControlTypePropertyを参照してください。