ILightBulbBroker.IsSupportedContentType(IContentType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.