ToolboxTabHasTools.SetToolboxTab(Tool, ToolboxTab) 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 ToolboxTab.
public:
static void SetToolboxTab(Microsoft::VisualStudio::Modeling::DslDefinition::Tool ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::ToolboxTab ^ newToolboxTab);
[System.Diagnostics.DebuggerStepThrough]
public static void SetToolboxTab (Microsoft.VisualStudio.Modeling.DslDefinition.Tool element, Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab newToolboxTab);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetToolboxTab : Microsoft.VisualStudio.Modeling.DslDefinition.Tool * Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab -> unit
Public Shared Sub SetToolboxTab (element As Tool, newToolboxTab As ToolboxTab)
Parameters
- element
- Tool
- newToolboxTab
- ToolboxTab
- Attributes