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입니다.

구현

적용 대상