ToolboxTabHasTools.GetLinks(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 any ToolboxTabHasTools links between a given ToolboxTab and a Tool.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ToolboxTabHasTools ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::ToolboxTab ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::Tool ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab source, Microsoft.VisualStudio.Modeling.DslDefinition.Tool target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab * Microsoft.VisualStudio.Modeling.DslDefinition.Tool -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTabHasTools>
Public Shared Function GetLinks (source As ToolboxTab, target As Tool) As ReadOnlyCollection(Of ToolboxTabHasTools)
Parameters
- source
- ToolboxTab
- target
- Tool
Returns
- Attributes