ObjectToolReferencesClass.GetTools Method
Gets a list of Tools.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Public Shared Function GetTools ( _
element As DomainClass _
) As LinkedElementCollection(Of ElementTool)
public static LinkedElementCollection<ElementTool> GetTools(
DomainClass element
)
public:
static LinkedElementCollection<ElementTool^>^ GetTools(
DomainClass^ element
)
static member GetTools :
element:DomainClass -> LinkedElementCollection<ElementTool>
public static function GetTools(
element : DomainClass
) : LinkedElementCollection<ElementTool>
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<ElementTool>
.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.