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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.