PointCollection.ICollection<Point>.IsReadOnly Propriedade

Definição

Para uma descrição deste elemento, veja IsReadOnly.

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

Valor de Propriedade

true se o PointCollection for só de leitura; caso contrário, false.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a PointCollection instância é transmitida para uma ICollection<T> interface.

Aplica-se a

Ver também