Condividi tramite


Metodo ID2D1SvgElement::GetAttributeValueLength (d2d1svg.h)

Ottiene la lunghezza della stringa di un attributo di questo elemento.

Sintassi

HRESULT GetAttributeValueLength(
  [in]  PCWSTR                         name,
        D2D1_SVG_ATTRIBUTE_STRING_TYPE type,
  [out] UINT32                         *valueLength
);

Parametri

[in] name

Tipo: PCWSTR

Nome dell'attributo.

type

Tipo: D2D1_SVG_ATTRIBUTE_STRING_TYPE

Tipo di stringa dell'attributo.

[out] valueLength

Tipo: UINT32*

Lunghezza dell'attributo. La lunghezza della stringa restituita non include la stanza per il terminatore Null.

Valore restituito

Tipo: HRESULT

Questo metodo restituisce un codice di esito positivo o di errore HRESULT. Restituisce un errore se l'attributo non è specificato. Restituisce un errore se il nome dell'attributo non è valido in questo elemento. Restituisce un errore se l'attributo non può essere espresso come tipo di stringa specificato.

Requisiti

   
Piattaforma di destinazione Windows
Intestazione d2d1svg.h
DLL Direct2d.dll

Vedi anche

ID2D1SvgElement