SimpleEditorView.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.
Determines whether the toolbox user supports the referenced data object.
public:
virtual int IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ data);
public:
virtual int IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ data);
virtual int IsSupported(Microsoft::VisualStudio::OLE::Interop::IDataObject const & data);
public virtual 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 Overridable Function IsSupported (data As IDataObject) As Integer
Parameters
- data
- IDataObject
Returns
If the method succeeds, it returns Microsoft.VisualStudio.NativeMethods.S_OK, otherwise it returns Microsoft.VisualStudio.NativeMethods.S_FALSE.
Implements
Remarks
By default this method is not implemented and returns <xref:Microsoft.VisualStudio.NativeMethods.S_FALSE>.