DataConnectionProperties.IDictionary.IsReadOnly, propriété
Récupère indiquer si IDictionary boolean est en lecture seule.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Private ReadOnly Property IsReadOnly As Boolean
Implements IDictionary.IsReadOnly
bool IDictionary.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
bool get () sealed = IDictionary::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
Retourne true si IDictionary est en lecture seule ; sinon retourne false.
Implémentations
IDictionary.IsReadOnly
Notes
Cette méthode fournit une implémentation de la propriété d' IsReadOnly . Pour plus d'informations à la propriété d' IsReadOnly dans la bibliothèque de classes d' .NET Framework .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.