FilteredObservableCollection<T>.IsFixedSize, propriété
Détermine si cette collection a une taille fixe.
Espace de noms : Microsoft.VisualStudio.Language.Intellisense
Assembly : Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsFixedSize As Boolean
public bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
bool get () sealed;
}
abstract IsFixedSize : bool with get
override IsFixedSize : bool with get
final function get IsFixedSize () : boolean
Valeur de propriété
Type : Boolean
Retourne toujours false.
Implémentations
IList.IsFixedSize
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.
Voir aussi
Référence
FilteredObservableCollection<T> Classe
Microsoft.VisualStudio.Language.Intellisense, espace de noms