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

Initializes a new instance of the VSCommandLocator class

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

Syntax

C#
public VSCommandLocator(
	_DTE dte
)
Visual Basic
Public Sub New ( 
	dte As _DTE
)
Visual C++
public:
VSCommandLocator(
	_DTE^ dte
)

Parameters

dte
Type: _DTE

See Also