AutomationElement.AutomationElementInformation.ClassName プロパティ

定義

コントロールの開発者によって割り当てられた、要素のクラス名を格納する文字列を取得します。

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

プロパティ値

コントロールの開発者によって割り当てられたクラス名。

注釈

このプロパティの値は実装に依存します。 プロパティは、テスト環境で役立ちます。

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

適用対象