Condividi tramite


XamlDirect.SetXamlDirectObjectProperty Metodo

Definizione

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

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)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

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

value
IXamlDirectObject

Valore IXamlDirectObject da impostare sulla proprietà specificata.

Si applica a

Vedi anche