SetterBaseCollection.Append(SetterBase) Method

Definition

Adds a new item to the collection.

public:
 virtual void Append(SetterBase ^ value) = IVector<SetterBase ^>::Append;
void Append(SetterBase const& value);
public void Append(SetterBase value);
function append(value)
Public Sub Append (value As SetterBase)

Parameters

value
SetterBase

The new item to add.

Implements

Remarks

Note

The equivalent Microsoft .NET API is Add.

Applies to

See also