AttachablePropertyServices.GetAttachedPropertyCount(Object) Méthode
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.
Retourne le nombre d'entrées de propriété pouvant être attachée dans la banque spécifié.
public:
static int GetAttachedPropertyCount(System::Object ^ instance);
public static int GetAttachedPropertyCount (object instance);
static member GetAttachedPropertyCount : obj -> int
Public Shared Function GetAttachedPropertyCount (instance As Object) As Integer
Paramètres
- instance
- Object
Banque de propriétés pouvant être attachées spécifique qui implémente IAttachedPropertyStore, ou tout objet non null permettant d'accéder à une banque de propriétés pouvant être attachées par défaut statique.
Retours
Nombre entier d'entrées dans la banque.