Método ID2D1SvgElement::GetAttributeValue(PCWSTR,D2D1_SVG_VISIBILITY*) (d2d1svg.h)

Obtiene un atributo de este elemento como un valor de visibilidad. Este método se puede usar para obtener el valor de la propiedad visibility.

Sintaxis

HRESULT GetAttributeValue(
  [in]  PCWSTR              name,
  [out] D2D1_SVG_VISIBILITY *value
);

Parámetros

[in] name

Tipo: PCWSTR

El nombre del atributo.

[out] value

Tipo: D2D1_SVG_VISIBILITY*

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

Consulte también

ID2D1SvgElement