共用方式為


InclusionExclusionList<T>.ExclusionList 屬性

擷取代表排除清單的唯讀集合。

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

語法

'宣告
Public ReadOnly Property ExclusionList As ICollection(Of T)
public ICollection<T> ExclusionList { get; }
public:
property ICollection<T>^ ExclusionList {
    ICollection<T>^ get ();
}
member ExclusionList : ICollection<'T> with get
function get ExclusionList () : ICollection<T>

屬性值

類型:ICollection<T>
傳回 ICollection

.NET Framework 安全性

請參閱

參考

InclusionExclusionList<T> 類別

Microsoft.VisualStudio.Enterprise.WebInstrument 命名空間