IXamlDirect.SetInt32Property(Object, XamlPropertyIndex, Int32) 方法

定义

设置特定 IXamlDirectInt32 属性的值。

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

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

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

Int32 属性的引用,用于设置 XamlPropertyIndex 枚举中受支持属性列表中的值。

value
Int32

int

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

适用于

另请参阅