共用方式為


CompositionPropertySet.InsertVector2(String, Vector2) 方法

定義

插入 Vector2 索引鍵/值組。

public:
 virtual void InsertVector2(Platform::String ^ propertyName, float2 value) = InsertVector2;
void InsertVector2(winrt::hstring const& propertyName, float2 const& value);
public void InsertVector2(string propertyName, Vector2 value);
function insertVector2(propertyName, value)
Public Sub InsertVector2 (propertyName As String, value As Vector2)

參數

propertyName
String

Platform::String

winrt::hstring

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

value
Vector2 Vector2

float2

要插入的值。

適用於