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

適用対象