ExtensionCollection<T>.ICollection<IExtension<T>>.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.
Obtém se a coleção é somente leitura.
property bool System::Collections::Generic::ICollection<System::ServiceModel::IExtension<T>>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.ServiceModel.IExtension<T>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.ServiceModel.IExtension<T>>.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of IExtension(Of T)).IsReadOnly
Valor da propriedade
ExtensionCollection<T> sempre retorna false
.