Propriedade IUITechnologyElement.ClassName

Obtém o nome de classe para este elemento.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
ReadOnly Property ClassName As String
    Get
string ClassName { get; }
property String^ ClassName {
    String^ get ();
}
abstract ClassName : string
function get ClassName () : String

Valor de propriedade

Tipo: System.String
O nome da classe.

Segurança do .NET Framework

Consulte também

Referência

IUITechnologyElement Interface

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension