IXamlType.AddToVector(Object, Object) Method

Definition

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.

Applies to