Inheritance: System.Windows.Controls.UserControl, IDisposable
        public VariableWindowPane() {
            Caption = Resources.VariableWindowCaption;
            Content = new VariableView(RToolsSettings.Current);

            // this value matches with icmdShowVariableExplorerWindow's Icon in VSCT file
            BitmapImageMoniker = KnownMonikers.VariableProperty;
        }
Beispiel #2
0
        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);
        }