Condividi tramite


XamlDirect.GetEnumProperty(IXamlDirectObject, XamlPropertyIndex) Metodo

Definizione

Ottiene il valore di una proprietà Enum per un oggetto IXamlDirectObject specifico.

public:
 virtual unsigned int GetEnumProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetEnumProperty;
uint32_t GetEnumProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public uint GetEnumProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getEnumProperty(xamlDirectObject, propertyIndex)
Public Function GetEnumProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As UInteger

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Enum per ottenere il valore di dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

Restituisce

UInt32

unsigned int

uint32_t

Valore UInt32 della proprietà specificata che può essere eseguito il cast al tipo Enum desiderato.

Si applica a

Vedi anche