XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Propriété

Définition

Spécifie que les éléments ne peuvent pas être ajoutés, éloignés ou modifiés via l'interface 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

Valeur de propriété

true si la collection est en lecture seule ; sinon, false.

Implémente

S’applique à