次の方法で共有


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 で導入)

適用対象