See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.VSAddInAssembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public static VSCommandBar FromCommandBar(
_DTE dte,
CommandBar commandBar
) |
| Visual Basic |
|---|
Public Shared Function FromCommandBar (
dte As _DTE,
commandBar As CommandBar
) As VSCommandBar |
| Visual C++ |
|---|
public:
static VSCommandBar^ FromCommandBar(
_DTE^ dte,
CommandBar^ commandBar
) |
Parameters
- dte
- Type: _DTE
- commandBar
- Type: CommandBar
Return Value
Type:
VSCommandBar
See Also