Freigeben über


XamlDirect.GetXamlDirectObjectProperty Methode

Definition

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

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 abzurufen.

Gibt zurück

IXamlDirectObject-Wert der angegebenen Eigenschaft.

Gilt für:

Weitere Informationen