NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IToolboxService.GetTools (String)

Retrieves all NGWS runtime tools on the given toolbox category. An exception is thrown if category is not a valid category name.

[Visual Basic]
Overloads Function GetTools( _
   ByVal category As String _
) As ToolboxItem ()
[C#]
ToolboxItem[] GetTools(
   string category
);
[C++]
ToolboxItem* GetTools(
   String* category
) [] = 0;
[JScript]
function GetTools(
   category : String
) : ToolboxItem[];

Parameters

category
The category name to retrieve from.

Return Value

An array of class objects representing all NGWS components that are currently on the toolbox category.

See Also

IToolboxService Interface | IToolboxService Members | System.WinForms.Design Namespace | IToolboxService.GetTools Overload List