ProvideToolboxItemDiscoveryAttribute::HelperObjectType Property
Visual Studio 2015
Gets or sets the type of the helper object that will be passed to your IToolboxItemDiscovery implementation's constructor.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Property Value
Type: System::Type^The type must derive from MarshalByRefObject or be serializable because it is passed across an application domain boundary. This property can be left unset if you do not need a helper object.
Show: