Freigeben über


XamlDirect.GetBooleanProperty(IXamlDirectObject, XamlPropertyIndex) Methode

Definition

Ruft den Wert einer booleschen Eigenschaft für ein bestimmtes IXamlDirectObject ab.

public:
 virtual bool GetBooleanProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetBooleanProperty;
bool GetBooleanProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public bool GetBooleanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getBooleanProperty(xamlDirectObject, propertyIndex)
Public Function GetBooleanProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Boolean

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die boolesche Eigenschaft, um den Wert von aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration abzurufen.

Gibt zurück

Boolean

bool

Boolescher Wert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen