XamlDirect.SetBooleanProperty Méthode

Définition

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

public:
 virtual void SetBooleanProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, bool value) = SetBooleanProperty;
void SetBooleanProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, bool const& value);
public void SetBooleanProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, bool value);
function setBooleanProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetBooleanProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Boolean)

Paramètres

xamlDirectObject
IXamlDirectObject

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

propertyIndex
XamlPropertyIndex

Référence à la propriété Boolean pour définir la valeur de dans la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .

value
Boolean

bool

Valeur booléenne à définir pour la propriété spécifiée.

S’applique à

Voir aussi