Freigeben über


CompositionPropertySet.TryGetMatrix4x4(String, Matrix4x4) Methode

Definition

Ruft den angegebenen Matrix4x4-Eigenschaftswert ab.

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

Parameter

propertyName
String

Platform::String

winrt::hstring

Der Name der abzurufenden Eigenschaft.

value
Matrix4x4

float4x4

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

Gibt zurück

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

Gilt für: