XamlDirect.GetBooleanProperty(IXamlDirectObject, XamlPropertyIndex) Méthode

Définition

Obtient la valeur d’une propriété booléenne pour un IXamlDirectObject spécifique.

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

Paramètres

xamlDirectObject
IXamlDirectObject

Référence à l’objet IXamlDirectObject spécifique.

propertyIndex
XamlPropertyIndex

Référence à la propriété booléenne pour obtenir la valeur de à partir de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .

Retours

Boolean

bool

Valeur booléenne de la propriété spécifiée.

S’applique à

Voir aussi