次の方法で共有


ToolboxTab.Tools Property

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

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

Syntax

'宣言
Public ReadOnly Property Tools As LinkedElementCollection(Of Tool)
    Get
public LinkedElementCollection<Tool> Tools { get; }
public:
property LinkedElementCollection<Tool^>^ Tools {
    LinkedElementCollection<Tool^>^ get ();
}
member Tools : LinkedElementCollection<Tool>
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