PathSegmentCollection.ICollection<PathSegment>.IsReadOnly Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Para obtener una descripción de este miembro, vea IsReadOnly.
property bool System::Collections::Generic::ICollection<System::Windows::Media::PathSegment>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.Media.PathSegment>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.Media.PathSegment>.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of PathSegment).IsReadOnly
Valor de propiedad
true si es de PathSegmentCollection solo lectura; de lo contrario, false.
Implementaciones
Comentarios
Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la PathSegmentCollection instancia se convierte en una ICollection<T> interfaz.