IXamlDirect.SetObjectProperty(Object, XamlPropertyIndex, Object) 方法

定义

设置特定 IXamlDirect的对象属性的值。

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

public:
 void SetObjectProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Platform::Object ^ value);
void SetObjectProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, IInspectable const& value);
public void SetObjectProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, object value);
Public Sub SetObjectProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Object)

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

对在 XamlPropertyIndex 枚举中设置受支持属性的值的对象属性的引用。

value
Object

Platform::Object

IInspectable

要设置为指定属性的对象值。

适用于

另请参阅