CompositionPropertySet.InsertVector3(String, Vector3) 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 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.