共用方式為


ExpectedProcessCollectionEntry.CollectionPlanXml 屬性

這個項目的 XML 收集配置。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Property CollectionPlanXml As String
public string CollectionPlanXml { get; private set; }
public:
property String^ CollectionPlanXml {
    String^ get ();
    private: void set (String^ value);
}
member CollectionPlanXml : string with get, private set
function get CollectionPlanXml () : String
private function set CollectionPlanXml (value : String)

屬性值

型別:System.String
傳回 String

.NET Framework 安全性

請參閱

參考

ExpectedProcessCollectionEntry 類別

Microsoft.VisualStudio.IntelliTrace 命名空間