SimpleEditorView::IsSupported Method (IDataObject^)

 

Determines whether the toolbox user supports the referenced data object.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int IsSupported(
	IDataObject^ data
)

Return Value

Type: System::Int32

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

Return to top
Show: