IDataCollectorInformation 介面
表示有關在 Visual Studio Team Foundation Server 中登錄的資料收集器的資訊。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
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
IDataCollectorInformation 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
AssemblyQualifiedName | 取得或設定資料收集器的組件限定型別名稱。 | |
ConfigurationEditorConfiguration | 取得或設定用來設定資料收集器之編輯器的組態。 | |
ConfigurationEditorTypeUri | 取得或設定資料收集器的組態編輯器的型別統一資源識別項 (URI)。 | |
ConfigurationHelpUri | 取得或設定在設定資料收集器時用來取得說明的 URI。 | |
DefaultConfiguration | 取得或設定資料收集器的預設組態。 | |
Description | 取得或設定資料收集器的描述。 | |
DisplayName | 取得或設定資料收集器的顯示名稱。 | |
Error | 取得錯誤訊息,表示這個物件有什麼錯誤。 (繼承自 IDataErrorInfo)。 | |
Id | 取得資料收集器的識別碼。 | |
InvalidProperties | 取得無效屬性名稱的清單。 (繼承自 IPropertyOwner)。 | |
IsDirty | 取得值,這個值表示任何屬性自上次重新整理、擷取或儲存之後是否變更。 (繼承自 IPropertyOwner)。 | |
IsEnabledByDefault | 取得或設定值,指出預設是否啟用資料收集器。 | |
IsEnabledOnCollectionOnlyAgents | 取得或設定值,指出僅限收集的代理程式是否啟用資料收集器。 | |
Item | 使用指定的名稱取得屬性的錯誤訊息。 (繼承自 IDataErrorInfo)。 | |
Properties | 取得資料收集器之具名使用者定義屬性和值的字典。 | |
RequiresOutOfProcessCollection | 取得或設定值,指出資料收集器是否需要跨處理器集合。 | |
TypeUri | 取得或設定識別資料收集器類型的唯一 URI。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Register | 向伺服器登錄這個資料收集器資訊類別。 | |
Unregister | 從伺服器移除這個資料收集器資訊類別的登錄。 | |
Update | 從伺服器更新這個物件中的資料。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。 |
回頁首