XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly プロパティ

定義

ICollection<T> インターフェイスを使用して、項目の追加、削除、または変更を実行することができないことを示します。

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

プロパティ値

Boolean

コレクションが読み取り専用である場合は true、それ以外の場合は false です。

実装

適用対象