IDataCollectorInformation 接口

 

表示有关 Visual Studio Team Foundation Server 中注册的数据收集器的信息。

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

语法

public interface IDataCollectorInformation : IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
public interface class IDataCollectorInformation : IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
type IDataCollectorInformation = 
    interface
        interface IPropertyOwner
        interface IDataErrorInfo
        interface INotifyPropertyChanged
    end
Public Interface IDataCollectorInformation
    Inherits IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged

属性

名称 说明
System_CAPS_pubproperty AssemblyQualifiedName

获取或设置数据收集器的程序集限定类型名称。

System_CAPS_pubproperty ConfigurationEditorConfiguration

获取或设置用于配置数据收集器的编辑器的配置。

System_CAPS_pubproperty ConfigurationEditorTypeUri

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

System_CAPS_pubproperty ConfigurationHelpUri

获取或设置要用于在配置数据收集器时获取帮助的 URI。

System_CAPS_pubproperty DefaultConfiguration

获取或设置数据收集器的默认配置。

System_CAPS_pubproperty Description

获取或设置数据收集器的说明。

System_CAPS_pubproperty DisplayName

获取或设置数据收集器的显示名称。

System_CAPS_pubproperty Error

(从 IDataErrorInfo 继承。)

System_CAPS_pubproperty Id

获取数据收集器的标识符。

System_CAPS_pubproperty InvalidProperties

获取无效的属性名称的列表。(从 IPropertyOwner 继承。)

System_CAPS_pubproperty IsDirty

获取一个值,该值指示自上次刷新、获取或保存以来任何属性是否发生了更改。(从 IPropertyOwner 继承。)

System_CAPS_pubproperty IsEnabledByDefault

获取或设置一个值,该值指示在默认情况下是否启用数据收集器。

System_CAPS_pubproperty IsEnabledOnCollectionOnlyAgents

获取或设置一个值,该值表示是否在仅收集代理上启用数据收集器。

System_CAPS_pubproperty Item[String]

(从 IDataErrorInfo 继承。)

System_CAPS_pubproperty Properties

获取数据收集器的指定用户定义属性和值的字典。

System_CAPS_pubproperty RequiresOutOfProcessCollection

获取或设置一个值,该值表示是数据收集器是否需要线程外的收集。

System_CAPS_pubproperty TypeUri

获取或设置标识数据收集器类型的唯一 URI。

方法

名称 说明
System_CAPS_pubmethod Register()

向服务器注册此数据收集器信息类。

System_CAPS_pubmethod Unregister()

从服务器中移除此数据收集器信息类的注册。

System_CAPS_pubmethod Update()

依据服务器更新此对象中的数据。

事件

名称 说明
System_CAPS_pubevent PropertyChanged

(从 INotifyPropertyChanged 继承。)

请参阅

Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首