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