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 | |
---|---|---|
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 | (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[String] | (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. |
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. |
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top