Compartilhar via


Vector3DCollection.ICollection<Vector3D>.IsReadOnly Propriedade

Definição

Para obter uma descrição desse membro, confira IsReadOnly.

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

Valor da propriedade

Boolean

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

Implementações

Comentários

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

Aplica-se a