Share via


ToolboxTab.Tools Property

Gets a list of Tools. Tools in the toolbox tab.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property Tools As LinkedElementCollection(Of Tool)
public LinkedElementCollection<Tool> Tools { get; }
public:
property LinkedElementCollection<Tool^>^ Tools {
    LinkedElementCollection<Tool^>^ get ();
}
member Tools : LinkedElementCollection<Tool> with get
function get Tools () : LinkedElementCollection<Tool>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<Tool>

.NET Framework Security

See Also

Reference

ToolboxTab Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace