IBindableVector.Append(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.
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.