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