Partager via


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

Voir aussi

Référence

FilteredObservableCollection<T> Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms