XamlDirect.GetXamlDirectObjectProperty Method

Definition

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

public:
 virtual IXamlDirectObject ^ GetXamlDirectObjectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetXamlDirectObjectProperty;
IXamlDirectObject GetXamlDirectObjectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public IXamlDirectObject GetXamlDirectObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getXamlDirectObjectProperty(xamlDirectObject, propertyIndex)
Public Function GetXamlDirectObjectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As IXamlDirectObject

Parameters

xamlDirectObject
IXamlDirectObject

A reference to the specific IXamlDirectObject.

propertyIndex
XamlPropertyIndex

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

Returns

IXamlDirectObject value of the specified property.

Applies to

See also