Partager via


CompositionPropertySet.InsertBoolean(String, Boolean) Méthode

Définition

Insère une paire clé-valeur booléenne.

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)

Paramètres

propertyName
String

Platform::String

winrt::hstring

Clé associée à la valeur. Cette clé peut être utilisée pour récupérer la valeur.

value
Boolean

bool

Valeur à insérer.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

S’applique à