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