IVsToolboxUser::IsSupported Method (IDataObject^)
Visual Studio 2015
Determines whether the Toolbox user supports the referenced data object.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pDO
-
Type:
Microsoft.VisualStudio.OLE.Interop::IDataObject^
[in] Data object to be supported.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsToolboxUser::IsSupported(
[in]IDataObject* pDO
);
The environment calls this method to determine if the Toolbox user supports the referenced data object.
Show: