BuildPropertyGroupCollection.IsSynchronized 属性

定义

获取一个值,该值指示是否同步对 BuildPropertyGroupCollection 的访问(线程安全)。Gets a value indicating whether access to the BuildPropertyGroupCollection is synchronized (thread safe).

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

属性值

Boolean

如果对 true 的访问是同步的(线程安全),则为 BuildPropertyGroupCollection;否则为 falsetrue if access to the BuildPropertyGroupCollection is synchronized (thread safe); otherwise, false. 默认值为 falseThe default is false.

实现

适用于