DesignerWindowPane::IVsToolboxUser::IsSupported Method (IDataObject^)

 

Determines whether the Toolbox user supports the referenced data object.

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

private:
virtual int IsSupported(
	IDataObject^ dataObject
) sealed = IVsToolboxUser::IsSupported

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

The environment calls this method to determine if the Toolbox user supports the referenced data object.

Return to top
Show: