Metodo ID2D1Properties::GetSubProperties(UINT32,ID2D1Properties**) (d2d1_1.h)
Ottiene le proprietà secondarie della proprietà specificata per indice.
Sintassi
HRESULT GetSubProperties(
UINT32 index,
[out] ID2D1Properties **subProperties
);
Parametri
index
Tipo: UINT32
Indice delle proprietà secondarie da recuperare.
[out] subProperties
Tipo: ID2D1Properties**
Quando questo metodo restituisce, contiene l'indirizzo di un puntatore alle proprietà secondarie.
Valore restituito
Tipo: HRESULT
Il metodo restituisce un HRESULT. I valori possibili includono, ma non sono limitati a, quelli indicati nella tabella seguente.
HRESULT | Descrizione |
---|---|
S_OK | Non si sono verificati errori. |
D2DERR_NO_SUBPROPERTIES | La proprietà specificata non esiste. |
Commenti
Se non sono presenti sottoproprietà , le proprietà secondarie saranno NULL e D2DERR_NO_SUBPROPERTIES verranno restituite.
Requisiti
Client minimo supportato | Windows 8 e Platform Update per Windows 7 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2012 e Aggiornamento della piattaforma per Windows Server 2008 R2 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | d2d1_1.h |
Libreria | D2d1.lib |
DLL | D2d1.dll |