ModelingDocView.IsSupported(IDataObject) Method

Definition

Implementation of IVsToolboxUser interface. Determines if we support the referenced data object.

public:
 virtual int IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ data);
public int IsSupported (Microsoft.VisualStudio.OLE.Interop.IDataObject data);
abstract member IsSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
override this.IsSupported : Microsoft.VisualStudio.OLE.Interop.IDataObject -> int
Public Function IsSupported (data As IDataObject) As Integer

Parameters

data
IDataObject

Object from the toolbox.

Returns

Returns S_OK if we support this item, E_FAIL if we don't.

Implements

Applies to