IXamlDirect.SetBooleanProperty(Object, XamlPropertyIndex, Boolean) 方法

定义

设置特定 IXamlDirect布尔属性的值。

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

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

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

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

value
Boolean

bool

要为指定属性设置的布尔值。

适用于

另请参阅