IDataCollectorInformation.ConfigurationEditorTypeUri 属性

获取或设置数据收集器的配置编辑器的类型统一资源标识符 (URI)。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
Property ConfigurationEditorTypeUri As Uri
Uri ConfigurationEditorTypeUri { get; set; }
property Uri^ ConfigurationEditorTypeUri {
    Uri^ get ();
    void set (Uri^ value);
}
abstract ConfigurationEditorTypeUri : Uri with get, set
function get ConfigurationEditorTypeUri () : Uri
function set ConfigurationEditorTypeUri (value : Uri)

属性值

类型:System.Uri
数据收集器的配置编辑器的类型 URI。

.NET Framework 安全性

请参见

参考

IDataCollectorInformation 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间