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!

ToolboxItem.AssemblyNames

Retrieves the list of module paths associated with each type contained in this ToolboxItem

[Visual Basic]
Public ReadOnly Property AssemblyNames As AssemblyName ()
[C#]
public AssemblyName[] AssemblyNames {get;}
[C++]
public: __property AssemblyName* get_AssemblyNames();
[JScript]
public function get AssemblyNames() : AssemblyName[];

Property Value

The an array of string module paths of each type contained in this ToolboxItem

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace