共用方式為


DataCollectorConfigurationEditorTypeUriAttribute.TypeUri 屬性

取得 URI,這個 URI 可唯一識別診斷資料配接器組態編輯器的型別。

命名空間:  Microsoft.VisualStudio.TestTools.Execution
組件:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

語法

'宣告
Public ReadOnly Property TypeUri As String
public string TypeUri { get; }
public:
property String^ TypeUri {
    String^ get ();
}
member TypeUri : string with get
function get TypeUri () : String

屬性值

型別:System.String
string ,包含診斷資料配接器組態編輯器型別的 URI。

.NET Framework 安全性

請參閱

參考

DataCollectorConfigurationEditorTypeUriAttribute 類別

Microsoft.VisualStudio.TestTools.Execution 命名空間

其他資源

HOW TO:建立診斷資料配接器