次の方法で共有


ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly プロパティ

定義

コレクションが読み取り専用か変更可能かを示す値を取得します。

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

プロパティ値

コレクションが読み取り専用である場合は true、変更可能である場合は false であるブール値。

実装

注釈

このコレクションは常に読み取り/書き込み可能であり、パラメーターを追加、削除、および変更できます。

適用対象