CompositionPropertySet.InsertQuaternion(String, Quaternion) 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 quaternion key-value pair.
public:
virtual void InsertQuaternion(Platform::String ^ propertyName, quaternion value) = InsertQuaternion;
void InsertQuaternion(winrt::hstring const& propertyName, quaternion const& value);
public void InsertQuaternion(string propertyName, Quaternion value);
function insertQuaternion(propertyName, value)
Public Sub InsertQuaternion (propertyName As String, value As Quaternion)
Parameters
- propertyName
-
String
Platform::String
winrt::hstring
The key associated with the value. This key can be used to retrieve the value.
- value
-
Quaternion
Quaternion
quaternion
The value to insert.