ToolboxTabHasTools.GetLink(ToolboxTab, Tool) 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.
Get the one ToolboxTabHasTools link between a given ToolboxTaband a Tool.
public:
static Microsoft::VisualStudio::Modeling::DslDefinition::ToolboxTabHasTools ^ GetLink(Microsoft::VisualStudio::Modeling::DslDefinition::ToolboxTab ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::Tool ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools GetLink (Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab source, Microsoft.VisualStudio.Modeling.DslDefinition.Tool target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab * Microsoft.VisualStudio.Modeling.DslDefinition.Tool -> Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools
Public Shared Function GetLink (source As ToolboxTab, target As Tool) As ToolboxTabHasTools
Parameters
- source
- ToolboxTab
- target
- Tool
Returns
- Attributes