CompositionPropertySet.InsertBoolean(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
插入布尔键值对。
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
要插入的值。