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,
	CommandBar commandBar
)
Visual Basic
Protected Sub New ( 
	dte As _DTE,
	commandBar As CommandBar
)
Visual C++
protected:
VSCommandBar(
	_DTE^ dte, 
	CommandBar^ commandBar
)

Parameters

dte
Type: _DTE
commandBar
Type: CommandBar

See Also