CompositionPropertySet.InsertMatrix4x4(String, Matrix4x4) 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 Matrix4x4.
public:
virtual void InsertMatrix4x4(Platform::String ^ propertyName, float4x4 value) = InsertMatrix4x4;
void InsertMatrix4x4(winrt::hstring const& propertyName, float4x4 const& value);
public void InsertMatrix4x4(string propertyName, Matrix4x4 value);
function insertMatrix4x4(propertyName, value)
Public Sub InsertMatrix4x4 (propertyName As String, value As Matrix4x4)
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.