Método ID2D1SvgElement::GetSpecifiedAttributeName (d2d1svg.h)
Obtiene el nombre del atributo en el índice especificado.
Sintaxis
HRESULT GetSpecifiedAttributeName(
UINT32 index,
[out] PWSTR name,
UINT32 nameCount,
[out, optional] BOOL *inherited
);
Parámetros
index
Tipo: UINT32
Índice del atributo.
[out] name
Tipo: PWSTR
Genera el nombre del atributo.
nameCount
Tipo: UINT32
Longitud de la cadena devuelta en el argumento name.
[out, optional] inherited
Tipo: BOOL*
Indica si el atributo se establece en el valor heredado.
Valor devuelto
Tipo: HRESULT
Este método devuelve un código de error o correcto HRESULT.
Requisitos
Plataforma de destino | Windows |
Encabezado | d2d1svg.h |
Archivo DLL | Direct2d.dll |