XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
です。