PathFigureCollection.ICollection<PathFigure>.IsReadOnly Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Para obter uma descrição desse membro, confira IsReadOnly.
property bool System::Collections::Generic::ICollection<System::Windows::Media::PathFigure>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.Media.PathFigure>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.Media.PathFigure>.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of PathFigure).IsReadOnly
Valor da propriedade
true
se o PathFigureCollection 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 PathFigureCollection é convertida em uma interface de ICollection<T>.