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
値に関連付けられているキー。 このキーを使用して値を取得できます。