CompositionPropertySet.TryGetMatrix3x2(String, Matrix3x2) 方法

定义

检索指定的 Matrix3x2 属性值。

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

参数

propertyName
String

Platform::String

winrt::hstring

要检索的属性的名称。

value
Matrix3x2

float3x2

如果操作成功,则此方法返回时,此参数将包含指定的 Matrix3x2 属性值。

返回

返回 CompositionGetValueStatus 值,该值指示检索键值对的结果。

适用于