XamlDirect.GetObjectProperty(IXamlDirectObject, XamlPropertyIndex) 方法

定义

获取特定 IXamlDirectObject的对象属性的值。

public:
 virtual Platform::Object ^ GetObjectProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetObjectProperty;
IInspectable GetObjectProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public object GetObjectProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getObjectProperty(xamlDirectObject, propertyIndex)
Public Function GetObjectProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Object

参数

xamlDirectObject
IXamlDirectObject

对特定 IXamlDirectObject 的引用。

propertyIndex
XamlPropertyIndex

对象 属性的引用,用于从 XamlPropertyIndex 枚举中支持的属性列表中获取 的值。

返回

Object

Platform::Object

IInspectable

指定属性的对象值。

适用于

另请参阅