DesignerWindowPane.IVsToolboxUser.IsSupported(IDataObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.