Freigeben über


CompositionPropertySet.InsertBoolean(String, Boolean) Methode

Definition

Fügt ein boolesches Schlüssel-Wert-Paar ein.

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)

Parameter

propertyName
String

Platform::String

winrt::hstring

Der Schlüssel, der dem Wert zugeordnet ist. Mit diesem Schlüssel kann der Wert abgerufen werden.

value
Boolean

bool

Der einzufügende Wert.

Gilt für: