See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A collection of VSCommand objects.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

C#
public class VSCommandCollection : IEnumerable<IVSCommand>, 
	IEnumerable
Visual Basic
Public Class VSCommandCollection
	Implements IEnumerable(Of IVSCommand), IEnumerable
Visual C++
public ref class VSCommandCollection : IEnumerable<IVSCommand^>, 
	IEnumerable

Inheritance Hierarchy

System..::..Object
  NTier.VSAddIn..::..VSCommandCollection

See Also