PrincipalCollection.ICollection.IsSynchronized 属性

定义

始终返回 false。 应用程序负责同步对此集合的访问。

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
bool System.Collections.ICollection.IsSynchronized { [System.Security.SecurityCritical] get; }
member this.System.Collections.ICollection.IsSynchronized : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

属性值

总是为 false

实现

属性

注解

此成员是显式接口成员的实现。 它只能在 PrincipalCollection 实例被强制转换为 ICollection 接口时使用。

适用于