DataConnectionProperties.IDictionary.IsFixedSize, propriété
Récupère une valeur booléenne indiquant si IDictionary spécifié a une taille fixe.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Private ReadOnly Property IsFixedSize As Boolean
Implements IDictionary.IsFixedSize
bool IDictionary.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
bool get () sealed = IDictionary::IsFixedSize::get;
}
private abstract IsFixedSize : bool with get
private override IsFixedSize : 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 a une taille fixe ; sinon retourne false.
Implémentations
IDictionary.IsFixedSize
Notes
Cette méthode fournit une implémentation de la propriété d' IsFixedSize . Pour plus d'informations à la propriété d' IsFixedSize 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.