ILightBulbBroker.IsSupportedContentType(IContentType) Method

Definition

Determines whether there is at least one ISuggestedActionsSourceProvider supporting given content type.

public:
 bool IsSupportedContentType(Microsoft::VisualStudio::Utilities::IContentType ^ contentType);
public:
 bool IsSupportedContentType(Microsoft::VisualStudio::Utilities::IContentType ^ contentType);
bool IsSupportedContentType(Microsoft::VisualStudio::Utilities::IContentType const & contentType);
public bool IsSupportedContentType (Microsoft.VisualStudio.Utilities.IContentType contentType);
abstract member IsSupportedContentType : Microsoft.VisualStudio.Utilities.IContentType -> bool
Public Function IsSupportedContentType (contentType As IContentType) As Boolean

Parameters

contentType
IContentType

The content type to check if there is at least one ISuggestedActionsSourceProvider supporting it.

Returns

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

Applies to