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

속성 값

Boolean

항상 false입니다.

구현

특성

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, PrincipalCollection 인스턴스가 ICollection 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상