Método ID2D1SvgElement::GetAttributeValue(PCWSTR,ID2D1SvgAttribute**) (d2d1svg.h)
Obtiene un atributo de este elemento.
Sintaxis
HRESULT GetAttributeValue(
[in] PCWSTR name,
ID2D1SvgAttribute **value
);
Parámetros
[in] name
Tipo: PCWSTR
El nombre del atributo.
value
Tipo: ID2D1SvgAttribute**
El valor del atributo.
Valor devuelto
Tipo: HRESULT
Este método devuelve un código de error o correcto HRESULT.
Requisitos
Requisito | Value |
---|---|
Plataforma de destino | Windows |
Encabezado | d2d1svg.h |
Archivo DLL | Direct2d.dll |