Share via


EditorHasToolboxTabs.GetLinksToToolboxTabs(Editor) Method

Definition

Get the list of EditorHasToolboxTabs links to a Editor.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::EditorHasToolboxTabs ^> ^ GetLinksToToolboxTabs(Microsoft::VisualStudio::Modeling::DslDefinition::Editor ^ editorInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasToolboxTabs> GetLinksToToolboxTabs (Microsoft.VisualStudio.Modeling.DslDefinition.Editor editorInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToToolboxTabs : Microsoft.VisualStudio.Modeling.DslDefinition.Editor -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.EditorHasToolboxTabs>
Public Shared Function GetLinksToToolboxTabs (editorInstance As Editor) As ReadOnlyCollection(Of EditorHasToolboxTabs)

Parameters

editorInstance
Editor

Returns

Attributes

Applies to