Partager via


DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.IsReadOnly, propriété

Obtient une valeur d' Boolean indiquant si l'instance actuelle d' ICollection<T> est en lecture seule.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les implémentations d'interfaces explicites.

Valeur de propriété

Type : System.Boolean
true si l'instance actuelle d' ICollection<T> est en lecture seule ; sinon, false.

Implémentations

ICollection<T>.IsReadOnly

Notes

L'implémentation de base de cette méthode retourne false.

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework, espace de noms