Freigeben über


XamlDirect.SetXamlDirectObjectProperty Methode

Definition

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)

Parameter

xamlDirectObject
IXamlDirectObject

Ein Verweis auf das spezifische IXamlDirectObject.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die IXamlDirectObject-Eigenschaft , um den Wert von aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration festzulegen.

value
IXamlDirectObject

IXamlDirectObject-Wert , der auf die angegebene Eigenschaft festgelegt werden soll.

Gilt für:

Weitere Informationen