CompositionPropertySet.TryGetMatrix4x4(String, Matrix4x4) Method

Definition

Retrieves the specified Matrix4x4 property value.

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

Parameters

propertyName
String

Platform::String

winrt::hstring

The name of the property to retrieve.

value
Matrix4x4

float4x4

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

Returns

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

Applies to