GeometryCollection.ICollection<Geometry>.IsReadOnly Proprietà

Definizione

Per una descrizione di questo membro, vedere IsReadOnly.

property bool System::Collections::Generic::ICollection<System::Windows::Media::Geometry>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.Media.Geometry>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.Media.Geometry>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of Geometry).IsReadOnly

Valore della proprietà

true se è GeometryCollection di sola lettura; in caso contrario, false.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia GeometryCollectionICollection<T> .

Si applica a

Vedi anche