ID2D1Properties::GetPropertyCount method
Gets the number of top-level properties.
Syntax
UINT32 GetPropertyCount() const;
Parameters
This method has no parameters.
Return value
Type: UINT32
This method returns the number of custom (non-system) properties that can be accessed by the object.
Remarks
This method returns the number of custom properties on the ID2D1Properties interface. System properties and sub-properties are part of a closed set, and are enumerable by iterating over this closed set.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
DLL |
|
See also