Partilhar via


Propriedade UITechnologyElementProxy.ClassName

Obtém o nome da classe de esse elemento.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property ClassName As String
public override string ClassName { get; }
public:
virtual property String^ ClassName {
    String^ get () override;
}
abstract ClassName : string with get
override ClassName : string with get
override function get ClassName () : String

Valor de propriedade

Tipo: System.String

Implementações

IUITechnologyElement.ClassName

Segurança do .NET Framework

Consulte também

Referência

UITechnologyElementProxy Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting