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 インターフェイスにキャストされている場合にのみ使用できます。

適用対象