Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

D2d1_1.h

DLL

D2d1.dll

See also

ID2D1Properties
ID2D1DeviceContext::CreateEffect

 

 

Show:
© 2017 Microsoft