PropertyBag.IsTrackingState 属性

定义

获取一个值,该值指示集合是否为跟踪状态。

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

属性值

true 如果集合正在跟踪修改的条目,则为 ;否则为 false

适用于