XamlDirect.SetXamlDirectObjectProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur d’une propriété IXamlDirectObject pour un IXamlDirectObject spécifique.
public:
virtual void SetXamlDirectObjectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, IXamlDirectObject ^ value) = SetXamlDirectObjectProperty;
void SetXamlDirectObjectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, IXamlDirectObject const& value);
public void SetXamlDirectObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, IXamlDirectObject value);
function setXamlDirectObjectProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetXamlDirectObjectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As IXamlDirectObject)
Paramètres
- xamlDirectObject
- IXamlDirectObject
Référence à l’objet IXamlDirectObject spécifique.
- propertyIndex
- XamlPropertyIndex
Référence à la propriété IXamlDirectObject pour définir la valeur de dans la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .
- value
- IXamlDirectObject
Valeur IXamlDirectObject à définir sur la propriété spécifiée.