ILightBulbBroker::IsSupportedContentType Method (IContentType^)
Visual Studio 2015
Determines whether there is at least one ISuggestedActionsSourceProvider that supports the given content type.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- contentType
-
Type:
Microsoft.VisualStudio.Utilities::IContentType^
The content type to check if there is at least one ISuggestedActionsSourceProvider that supports it.
Return Value
Type: System::BooleanTrue if there is at least one ISuggestedActionsSourceProvider supporting given content type, false otherwise.
Show: