ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>.ICollection<TServiceModelExtensionElement>.IsReadOnly プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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
。
実装
注釈
読み取り専用のコレクションでは、コレクション作成後に要素の追加、削除、または変更はできません。