EditorHasToolboxTabs.GetLinksToToolboxTabs(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.
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