Condividi tramite


Proprietà DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.ICollection

Ottiene un valore Boolean che indica se l'istanza corrente ICollection è di sola lettura.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
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 with get 
private override IsReadOnly : bool with get
JScript non supporta le implementazioni esplicite dell'interfaccia.

Valore proprietà

Tipo: Boolean
true se l'istanza corrente ICollection è di sola lettura; in caso contrario, false.

Implementa

ICollection.IsReadOnly

Note

L'implementazione di base di questo metodo restituisce false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework