共用方式為


CompositionPropertySet.InsertVector4(String, Vector4) 方法

定義

插入 Vector4 索引鍵/值組。

public:
 virtual void InsertVector4(Platform::String ^ propertyName, float4 value) = InsertVector4;
void InsertVector4(winrt::hstring const& propertyName, float4 const& value);
public void InsertVector4(string propertyName, Vector4 value);
function insertVector4(propertyName, value)
Public Sub InsertVector4 (propertyName As String, value As Vector4)

參數

propertyName
String

Platform::String

winrt::hstring

與值相關聯的索引鍵。 此索引鍵可用來擷取值。

value
Vector4 Vector4

float4

要插入的值。

適用於