共用方式為


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 值,指出擷取索引鍵/值組的結果。

適用於