Condividi tramite


XamlDirect.GetBooleanProperty(IXamlDirectObject, XamlPropertyIndex) Metodo

Definizione

Ottiene il valore di una proprietà Boolean per un oggetto IXamlDirectObject specifico.

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

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

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

Restituisce

Boolean

bool

Valore booleano della proprietà specificata.

Si applica a

Vedi anche