IXamlDirect.SetXamlDirectObjectProperty 方法

定义

设置特定 IXamlDirectIXamlDirect 属性的值。

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

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

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

IXamlDirect 属性的引用,可在 其中设置 XamlPropertyIndex 枚举中受支持属性列表中的值。

value
Object

Platform::Object

IInspectable

要设置为指定属性的 IXamlDirect 值。

适用于

另请参阅