Freigeben über


IXamlDirect.GetBooleanProperty(Object, XamlPropertyIndex) Methode

Definition

Ruft den Wert einer booleschen Eigenschaft für eine bestimmte IXamlDirect ab.

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

public:
 bool GetBooleanProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
bool GetBooleanProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public bool GetBooleanProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetBooleanProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Boolean

Parameter

xamlDirectObject
Object

Platform::Object

IInspectable

Ein Verweis auf den spezifischen IXamlDirect.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die boolesche Eigenschaft, auf der der Wert aus der Liste der unterstützten Eigenschaften in XamlPropertyIndex-Enumeration abgerufen werden soll.

Gibt zurück

Boolean

bool

Boolescher Wert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen