AttachablePropertyServices.GetAttachedPropertyCount(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the count of the attachable property entries that are in the specified store.
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
Parameters
- instance
- Object
A specific attachable property store that implements IAttachedPropertyStore; or any non-null object to access a static default attachable property store.
Returns
The integer count of entries in the store.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.