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

Initializes a new instance of the VSCommandBar class

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

Syntax

C#
protected VSCommandBar(
	_DTE dte,
	string name
)
Visual Basic
Protected Sub New ( 
	dte As _DTE,
	name As String
)
Visual C++
protected:
VSCommandBar(
	_DTE^ dte, 
	String^ name
)

Parameters

dte
Type: _DTE
name
Type: System..::..String

See Also