共用方式為


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)。

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間