CompositionPropertySet.InsertMatrix3x2(String, Matrix3x2) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère une paire clé-valeur Matrix3x2.
public:
virtual void InsertMatrix3x2(Platform::String ^ propertyName, float3x2 value) = InsertMatrix3x2;
void InsertMatrix3x2(winrt::hstring const& propertyName, float3x2 const& value);
public void InsertMatrix3x2(string propertyName, Matrix3x2 value);
function insertMatrix3x2(propertyName, value)
Public Sub InsertMatrix3x2 (propertyName As String, value As Matrix3x2)
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.