Condividi tramite


XamlDirect.SetEnumProperty Metodo

Definizione

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

public:
 virtual void SetEnumProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, unsigned int value) = SetEnumProperty;
void SetEnumProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, uint32_t const& value);
public void SetEnumProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, uint value);
function setEnumProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetEnumProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As UInteger)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

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

value
UInt32

unsigned int

uint32_t

Eseguire il cast del valore Enum desiderato in un oggetto UInt32 da impostare sulla proprietà specificata.

Si applica a

Vedi anche