See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Initializes a new instance of the VSToolWindow class
Namespace: NTier.VSAddInAssembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0
Syntax
C# |
---|
public VSToolWindow( DTE2 dte, AddIn addInInstance ) |
Visual Basic |
---|
Public Sub New ( dte As DTE2, addInInstance As AddIn ) |
Visual C++ |
---|
public: VSToolWindow( DTE2^ dte, AddIn^ addInInstance ) |
Parameters
- dte
- Type: DTE2
- addInInstance
- Type: AddIn