CollectionView.IsInUse 屬性

定義

取得值,指出是否有任何物件訂閱這個 CollectionView 的事件。

public:
 virtual property bool IsInUse { bool get(); };
public virtual bool IsInUse { get; }
member this.IsInUse : bool
Public Overridable ReadOnly Property IsInUse As Boolean

屬性值

Boolean

如果任一物件正在訂閱此 CollectionView 的事件,則為 true,否則為 false

適用於