共用方式為


IDataCollectorInformation.RequiresOutOfProcessCollection 屬性

取得或設定值,指出資料收集器是否需要跨處理器集合。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Property RequiresOutOfProcessCollection As Boolean
    Get
    Set
bool RequiresOutOfProcessCollection { get; set; }
property bool RequiresOutOfProcessCollection {
    bool get ();
    void set (bool value);
}
abstract RequiresOutOfProcessCollection : bool with get, set
function get RequiresOutOfProcessCollection () : boolean
function set RequiresOutOfProcessCollection (value : boolean)

屬性值

型別:System.Boolean
如果收集需要跨處理序收集則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

IDataCollectorInformation 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間