ID2D1SvgElement::IsAttributeSpecified 方法 (d2d1svg.h)
傳回布爾值,指出屬性是否明確設定在專案上。
語法
BOOL IsAttributeSpecified(
[in] PCWSTR name,
[out, optional] BOOL *inherited
);
參數
[in] name
類型: PCWSTR
屬性的名稱。
[out, optional] inherited
類型: BOOL*
輸出屬性是否設定為繼承值。
傳回值
類型: BOOL
如果在元素上明確設定屬性,或是在內嵌樣式中存在,則為 true。 如果屬性不是這個專案上的有效屬性,則傳回 FALSE。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | d2d1svg.h |
Dll | Direct2d.dll |