UITechnologyElementProxy.ClassName 属性

获取此元素的类名。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
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

属性值

类型:System.String

实现

IUITechnologyElement.ClassName

.NET Framework 安全性

请参见

参考

UITechnologyElementProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间