AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.ICollection, propriété

Obtient une valeur indiquant si l'instance IDictionary est en lecture seule.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
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 with get 
private override IsReadOnly : bool with get
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Valeur de propriété

Type : Boolean
true si l'instance d'IDictionary est en lecture seule ; sinon false.

Implémentations

ICollection.IsReadOnly

Notes

Cette méthode fournit une implémentation de la propriété IsReadOnly. Pour plus d'informations, consultez la propriété IsReadOnly dans la bibliothèque de classes d'.NET Framework.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms