共用方式為


CompositionPropertySet.InsertVector3(String, Vector3) 方法

定義

插入 Vector3 索引鍵/值組。

public:
 virtual void InsertVector3(Platform::String ^ propertyName, float3 value) = InsertVector3;
void InsertVector3(winrt::hstring const& propertyName, float3 const& value);
public void InsertVector3(string propertyName, Vector3 value);
function insertVector3(propertyName, value)
Public Sub InsertVector3 (propertyName As String, value As Vector3)

參數

propertyName
String

Platform::String

winrt::hstring

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

value
Vector3 Vector3

float3

要插入的值。

適用於