XamlDirect.SetXamlDirectObjectProperty Method

Definition

Sets the value of an IXamlDirectObject property for a specific IXamlDirectObject.

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)

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

A reference to the IXamlDirectObject property to set the value of from the list of supported properties in XamlPropertyIndex enum.

value
IXamlDirectObject

IXamlDirectObject value to set to the specified property.

Applies to

See also