ObjectKeyFrameCollection.IsFixedSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si ObjectKeyFrameCollection est de taille fixe.
public:
property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean
Valeur de propriété
true
si cela ObjectKeyFrameCollection a une taille fixe ; sinon, false
.
Implémente
Remarques
Si cette propriété est retournée true
, cette collection est figée ; consultez la IsFrozen propriété pour plus d’informations.