CompositionPropertySet.TryGetMatrix3x2(String, Matrix3x2) Method

Definition

Retrieves the specified Matrix3x2 property value.

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

Parameters

propertyName
String

Platform::String

winrt::hstring

The name of the property to retrieve.

value
Matrix3x2

float3x2

If the operation is successful, this parameter will contain the specified Matrix3x2 property value when the method returns.

Returns

Returns a CompositionGetValueStatus value indicating the outcome of retrieving the key-value pair.

Applies to