DesignerWindowPane.IVsToolboxUser.IsSupported(IDataObject) Method

Definition

Determines whether the Toolbox user supports the referenced data object.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ dataObject) = Microsoft::VisualStudio::Shell::Interop::IVsToolboxUser::IsSupported;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ dataObject) = Microsoft::VisualStudio::Shell::Interop::IVsToolboxUser::IsSupported;
int Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject const & dataObject);
int IVsToolboxUser.IsSupported (Microsoft.VisualStudio.OLE.Interop.IDataObject dataObject);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser.IsSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
Function IsSupported (dataObject As IDataObject) As Integer Implements IVsToolboxUser.IsSupported

Parameters

dataObject
IDataObject

IDataObject.

Returns

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

Implements

Applies to