CompositionPropertySet.InsertVector2(String, Vector2) 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 Vector2 key-value pair.
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)
Parameters
- propertyName
-
String
Platform::String
winrt::hstring
The key associated with the value. This key can be used to retrieve the value.