GlobalObjectCollection.Add(GlobalObject) Method

Definition

Adds a new item to the collection.

public:
 void Add(Microsoft::VisualStudio::Shell::Design::GlobalObject ^ item);
public void Add (Microsoft.VisualStudio.Shell.Design.GlobalObject item);
member this.Add : Microsoft.VisualStudio.Shell.Design.GlobalObject -> unit
Public Sub Add (item As GlobalObject)

Parameters

item
GlobalObject

An object to be appended to the end of the collection.

Applies to