次の方法で共有


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

挿入する値。

適用対象