EditorHasToolboxTabs.SetEditor(ToolboxTab, Editor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets Editor.
public:
static void SetEditor(Microsoft::VisualStudio::Modeling::DslDefinition::ToolboxTab ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::Editor ^ newEditor);
[System.Diagnostics.DebuggerStepThrough]
public static void SetEditor (Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab element, Microsoft.VisualStudio.Modeling.DslDefinition.Editor newEditor);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetEditor : Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab * Microsoft.VisualStudio.Modeling.DslDefinition.Editor -> unit
Public Shared Sub SetEditor (element As ToolboxTab, newEditor As Editor)
Parameters
- element
- ToolboxTab
- newEditor
- Editor
- Attributes