CompositionPropertySet.InsertVector4(String, Vector4) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.