ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.ICollection<TServiceModelExtensionElement>.IsReadOnly プロパティ

定義

この ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> が読み取り専用かどうかを示す値を取得します。

property bool System::Collections::Generic::ICollection<TServiceModelExtensionElement>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<TServiceModelExtensionElement>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<TServiceModelExtensionElement>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of TServiceModelExtensionElement).IsReadOnly

プロパティ値

true ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>が読み取り専用の場合は %。それ以外の場合はfalse

実装

注釈

読み取り専用のコレクションでは、コレクションの作成後に要素を追加、削除、または変更することはできません。

適用対象