public VariableWindowPane() { Caption = Resources.VariableWindowCaption; Content = new VariableView(RToolsSettings.Current); // this value matches with icmdShowVariableExplorerWindow's Icon in VSCT file BitmapImageMoniker = KnownMonikers.VariableProperty; }
public VariableWindowPane() { Caption = Resources.VariableWindowCaption; Content = new VariableView(RToolsSettings.Current, VsAppShell.Current); // this value matches with icmdShowVariableExplorerWindow's Icon in VSCT file BitmapImageMoniker = KnownMonikers.VariableProperty; ToolBar = new CommandID(RGuidList.RCmdSetGuid, RPackageCommandId.variableWindowToolBarId); }