SimpleEditorView::IsSupported Method (IDataObject^)
Visual Studio 2015
Determines whether the toolbox user supports the referenced data object.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
Return Value
Type: System::Int32If the method succeeds, it returns F:Microsoft.VisualStudio.NativeMethods.S_OK, otherwise it returns F:Microsoft.VisualStudio.NativeMethods.S_FALSE.
By default this method is not implemented and returns F:Microsoft.VisualStudio.NativeMethods.S_FALSE.
Show: