This topic has not yet been rated - Rate this topic

IVsToolboxUser.IsSupported Method

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 (
	[InAttribute] IDataObject pDO
)
int IsSupported (
	/** @attribute InAttribute() */ IDataObject pDO
)
function IsSupported (
	pDO : IDataObject
) : int

Parameters

pDO

[in] Data object to be supported.

Return Value

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

COM Signature

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.