ILightBulbBroker::IsSupportedContentType Method (IContentType^)

Visual Studio 2015
 

Determines whether there is at least one ISuggestedActionsSourceProvider that supports the given content type.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

bool IsSupportedContentType(
	IContentType^ contentType
)

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::Boolean

True if there is at least one ISuggestedActionsSourceProvider supporting given content type, false otherwise.

Return to top
Show: