VectorCollection.ICollection<Vector>.IsReadOnly Propriedade

Definição

Para obter uma descrição deste membro, consulte IsReadOnly.

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

Valor da propriedade

true se for VectorCollection somente leitura; caso contrário, false.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a VectorCollection instância é convertida em uma ICollection<T> interface.

Aplica-se a

Confira também