CompositionPropertySet.InsertVector4(String, Vector4) Method

Definition

Inserts a Vector4 key-value pair.

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)

Parameters

propertyName
String

Platform::String

winrt::hstring

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

value
Vector4 Vector4

float4

The value to insert.

Applies to