CompositionPropertySet.InsertMatrix3x2(String, Matrix3x2) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fügt ein Matrix3x2-Schlüssel-Wert-Paar ein.
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)
Parameter
- propertyName
-
String
Platform::String
winrt::hstring
Der Schlüssel, der dem Wert zugeordnet ist. Mit diesem Schlüssel kann der Wert abgerufen werden.