Propriedade DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.IsReadOnly

Obtém um valor de Boolean que indica se a instância atual de ICollection<T> é somente leitura.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly
bool ICollection<KeyValuePair<string, Object>>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<KeyValuePair<String^, Object^>>::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript não oferece suporte a implementações explícitas da interface.

Valor de propriedade

Tipo: System.Boolean
true se a instância atual de ICollection<T> é somente leitura; caso contrário, false.

Implementações

ICollection<T>.IsReadOnly

Comentários

A implementação base de esse método retorna false.

Segurança do .NET Framework

Consulte também

Referência

DataConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework