IDataCollectorInformation Interface

 

Represents information about a data collector that is registered in the Visual Studio Team Foundation Server.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Properties

Name Description
System_CAPS_pubproperty AssemblyQualifiedName

Gets or sets the assembly qualified type name for the data collector.

System_CAPS_pubproperty ConfigurationEditorConfiguration

Gets or sets the configuration that is used to configure the editor of the data collector.

System_CAPS_pubproperty ConfigurationEditorTypeUri

Gets or sets the type uniform resource identifier (URI) for the configuration editor for the data collector.

System_CAPS_pubproperty ConfigurationHelpUri

Gets or sets the URI to use to obtain help on configuring the data collector.

System_CAPS_pubproperty DefaultConfiguration

Gets or sets the default configuration for the data collector.

System_CAPS_pubproperty Description

Gets or sets the description of the data collector.

System_CAPS_pubproperty DisplayName

Gets or sets the display name for the data collector.

System_CAPS_pubproperty Error

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty Id

Gets the identifier for the data collector.

System_CAPS_pubproperty InvalidProperties

Gets a list of property names that are invalid.(Inherited from IPropertyOwner.)

System_CAPS_pubproperty IsDirty

Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save.(Inherited from IPropertyOwner.)

System_CAPS_pubproperty IsEnabledByDefault

Gets or sets a value that indicates whether the data collector is enabled by default.

System_CAPS_pubproperty IsEnabledOnCollectionOnlyAgents

Gets or sets a value that indicates whether the data collector is enabled on collection-only agents.

System_CAPS_pubproperty Item[String]

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty Properties

Gets a dictionary of named user-defined properties and values for the data collector.

System_CAPS_pubproperty RequiresOutOfProcessCollection

Gets or sets a value that indicates whether the data collector requires out-of-process collection.

System_CAPS_pubproperty TypeUri

Gets or sets the unique URI that identifies the data collector type.

Methods

Name Description
System_CAPS_pubmethod Register()

Registers this data collector information class with the server.

System_CAPS_pubmethod Unregister()

Removes the registration of this data collector information class from the server.

System_CAPS_pubmethod Update()

Updates the data in this object from the server.

Events

Name Description
System_CAPS_pubevent PropertyChanged

(Inherited from INotifyPropertyChanged.)

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top