IXamlDirect.GetObjectProperty(Object, XamlPropertyIndex) 方法

定义

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

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

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

返回

Object

Platform::Object

IInspectable

指定属性的对象值。

适用于

另请参阅