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
'Declaration
Public Interface IDataCollectorInformation _
Inherits IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
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 extends IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
The IDataCollectorInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssemblyQualifiedName | Gets or sets the assembly qualified type name for the data collector. | |
ConfigurationEditorConfiguration | Gets or sets the configuration that is used to configure the editor of the data collector. | |
ConfigurationEditorTypeUri | Gets or sets the type uniform resource identifier (URI) for the configuration editor for the data collector. | |
ConfigurationHelpUri | Gets or sets the URI to use to obtain help on configuring the data collector. | |
DefaultConfiguration | Gets or sets the default configuration for the data collector. | |
Description | Gets or sets the description of the data collector. | |
DisplayName | Gets or sets the display name for the data collector. | |
Error | Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.) | |
Id | Gets the identifier for the data collector. | |
InvalidProperties | Gets a list of property names that are invalid. (Inherited from IPropertyOwner.) | |
IsDirty | Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save. (Inherited from IPropertyOwner.) | |
IsEnabledByDefault | Gets or sets a value that indicates whether the data collector is enabled by default. | |
IsEnabledOnCollectionOnlyAgents | Gets or sets a value that indicates whether the data collector is enabled on collection-only agents. | |
Item | Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.) | |
Properties | Gets a dictionary of named user-defined properties and values for the data collector. | |
RequiresOutOfProcessCollection | Gets or sets a value that indicates whether the data collector requires out-of-process collection. | |
TypeUri | Gets or sets the unique URI that identifies the data collector type. |
Top
Methods
Name | Description | |
---|---|---|
Register | Registers this data collector information class with the server. | |
Unregister | Removes the registration of this data collector information class from the server. | |
Update | Updates the data in this object from the server. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top