ProvideToolboxItemDiscoveryAttribute::HelperObjectType Property

 

Gets or sets the type of the helper object that will be passed to your IToolboxItemDiscovery implementation's constructor.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Type^ HelperObjectType {
	Type^ get();
	void set(Type^ value);
}

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.

Return to top
Show: