CompositionPropertySet.InsertVector3(String, Vector3) Method

Definition

Inserts a Vector3 key-value pair.

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)

Parameters

propertyName
String

Platform::String

winrt::hstring

The key associated with the value. This key can be used to retrieve the value.

value
Vector3 Vector3

float3

The value to insert.

Applies to