CompositionPropertySet.TryGetMatrix3x2(String, Matrix3x2) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
要检索的属性的名称。
返回
返回 CompositionGetValueStatus 值,该值指示检索键值对的结果。