IBindableVector.Append(Object) Method

Definition

Appends an item to the end of the vector.

public:
 void Append(Platform::Object ^ value);
void Append(IInspectable const& value);
public void Append(object value);
function append(value)
Public Sub Append (value As Object)

Parameters

value
Object

Platform::Object

IInspectable

The item to append to the vector.

Remarks

When programming with .NET, this interface is hidden and developers should use the System.Collections.IList interface.

Applies to

See also