Freigeben über


IXamlDirect.SetEnumProperty(Object, XamlPropertyIndex, UInt32) Methode

Definition

Legt den Wert einer Enum-Eigenschaft für eine bestimmte IXamlDirect fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

public:
 void SetEnumProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, unsigned int value);
void SetEnumProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, uint32_t const& value);
public void SetEnumProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, uint value);
Public Sub SetEnumProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As UInteger)

Parameter

xamlDirectObject
Object

Platform::Object

IInspectable

Ein Verweis auf den spezifischen IXamlDirect.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Enum-Eigenschaft , auf der der Wert aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration festgelegt werden soll.

value
UInt32

unsigned int

uint32_t

Cast the desired Enum value to a UInt32 to set on the specified property.

Gilt für:

Weitere Informationen