PathSegmentCollection.ICollection<PathSegment>.IsReadOnly Proprietà

Definizione

Per una descrizione di questo membro, vedere 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

Valore della proprietà

Boolean

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

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza PathSegmentCollection a un'interfaccia ICollection<T>.

Si applica a