DesignerWindowPane::IVsToolboxUser::IsSupported Method (IDataObject^)
Visual Studio 2015
Determines whether the Toolbox user supports the referenced data object.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
private: virtual int IsSupported( IDataObject^ dataObject ) sealed = IVsToolboxUser::IsSupported
Parameters
- dataObject
- Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^
Return Value
Type: System::Int32If 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.
Show: