IXamlType.AddToVector(Object, Object) 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.
Adds an item to a custom vector type.
public:
void AddToVector(Platform::Object ^ instance, Platform::Object ^ value);
void AddToVector(IInspectable const& instance, IInspectable const& value);
public void AddToVector(object instance, object value);
function addToVector(instance, value)
Public Sub AddToVector (instance As Object, value As Object)
Parameters
- instance
-
Object
Platform::Object
IInspectable
The type instance to set the item to.
- value
-
Object
Platform::Object
IInspectable
The value of the item to add.