Bagikan melalui


ICodeCleanUpFixerProvider Interface

Definition

A provider which can create and return a set of fixers to clean up code

public interface class ICodeCleanUpFixerProvider
public interface ICodeCleanUpFixerProvider
type ICodeCleanUpFixerProvider = interface
Public Interface ICodeCleanUpFixerProvider

Examples

[Export]
[ContentType(any)]   (required) ContentTypes which the provider can create fixers for
[AppliesTo(CSharp)] (optional) Project capability expression which can be used to filter providers based on the projects they apply to

Methods

GetFixers()

Create or return fixers which are able to handle contexts which are not represented by a content type. For example IVsHierarchy and ItemId

GetFixers(IContentType)

Create or return fixer instances which are able to operate on the passed in content type

Applies to