ID2D1SvgElement::GetSpecifiedAttributeCount method (d2d1svg.h)

Returns the number of specified attributes on this element. Attributes are only considered specified if they are explicitly set on the element or present within an inline style. Properties that receive their value through CSS inheritance are not considered specified. An attribute can become specified if it is set through a method call. It can become unspecified if it is removed via RemoveAttribute.

Syntax

UINT32 GetSpecifiedAttributeCount();

Return value

Type: UINT32

Returns the number of specified attributes on this element.

Requirements

Requirement Value
Target Platform Windows
Header d2d1svg.h
DLL Direct2d.dll

See also

ID2D1SvgElement