AttachablePropertyServices.GetAttachedPropertyCount(Object) Method

Definition

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