CompositionPropertySet.InsertMatrix4x4(String, Matrix4x4) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
插入 Matrix4x4 索引鍵/值組。
public:
virtual void InsertMatrix4x4(Platform::String ^ propertyName, float4x4 value) = InsertMatrix4x4;
void InsertMatrix4x4(winrt::hstring const& propertyName, float4x4 const& value);
public void InsertMatrix4x4(string propertyName, Matrix4x4 value);
function insertMatrix4x4(propertyName, value)
Public Sub InsertMatrix4x4 (propertyName As String, value As Matrix4x4)
參數
- propertyName
-
String
Platform::String
winrt::hstring
與值相關聯的索引鍵。 此索引鍵可用來擷取值。