UITestPropertyProvider.PropertyName 属性

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

获取或设置关联属性的名称。

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

语法

声明
Protected Friend Property PropertyName As String
protected internal string PropertyName { get; set; }
protected public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
member PropertyName : string with get, set
function get PropertyName () : String 
function set PropertyName (value : String)

属性值

类型:String
关联属性的名称。

.NET Framework 安全性

请参阅

参考

UITestPropertyProvider 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间