XamlDirect.SetEnumProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.