CompositionPropertySet.TryGetMatrix4x4(String, Matrix4x4) 方法

定义

检索指定的 Matrix4x4 属性值。

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

参数

propertyName
String

Platform::String

winrt::hstring

要检索的属性的名称。

value
Matrix4x4

float4x4

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

返回

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

适用于