CompositionPropertySet.InsertBoolean(String, Boolean) 方法

定义

插入布尔键值对。

public:
 virtual void InsertBoolean(Platform::String ^ propertyName, bool value) = InsertBoolean;
void InsertBoolean(winrt::hstring const& propertyName, bool const& value);
public void InsertBoolean(string propertyName, bool value);
function insertBoolean(propertyName, value)
Public Sub InsertBoolean (propertyName As String, value As Boolean)

参数

propertyName
String

Platform::String

winrt::hstring

与值关联的键。 此键可用于检索值。

value
Boolean

bool

要插入的值。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于