XmlQueryNodeSequence.ICollection<XPathItem>.IsReadOnly Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.