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

プロパティ値

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

実装

適用対象