Condividi tramite


XamlDirect.SetObjectProperty Metodo

Definizione

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

public:
 virtual void SetObjectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Platform::Object ^ value) = SetObjectProperty;
void SetObjectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, IInspectable const& value);
public void SetObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, object value);
function setObjectProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetObjectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Object)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

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

value
Object

Platform::Object

IInspectable

valore dell'oggetto da impostare sulla proprietà specificata.

Si applica a

Vedi anche