IVsToolboxUser::IsSupported Method (IDataObject^)

 

Determines whether the Toolbox user supports the referenced data object.

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

int IsSupported(
	IDataObject^ pDO
)

Parameters

pDO
Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^

[in] Data object to be supported.

Return Value

Type: System::Int32

If 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.

Return to top
Show: