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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.