Freigeben über


CompositionPropertySet.TryGetMatrix3x2(String, Matrix3x2) Methode

Definition

Ruft den angegebenen Matrix3x2-Eigenschaftswert ab.

public:
 virtual CompositionGetValueStatus TryGetMatrix3x2(Platform::String ^ propertyName, [Out] float3x2 & value) = TryGetMatrix3x2;
CompositionGetValueStatus TryGetMatrix3x2(winrt::hstring const& propertyName, [Out] float3x2 & value);
public CompositionGetValueStatus TryGetMatrix3x2(string propertyName, out Matrix3x2 value);
Public Function TryGetMatrix3x2 (propertyName As String, ByRef value As Matrix3x2) As CompositionGetValueStatus

Parameter

propertyName
String

Platform::String

winrt::hstring

Der Name der abzurufenden Eigenschaft.

value
Matrix3x2

float3x2

Wenn der Vorgang erfolgreich ist, enthält dieser Parameter den angegebenen Matrix3x2-Eigenschaftswert , wenn die Methode zurückgibt.

Gibt zurück

Gibt einen CompositionGetValueStatus-Wert zurück, der das Ergebnis des Abrufens des Schlüssel-Wert-Paares angibt.

Gilt für: