ICodeCleanUpExecutionContext.EnabledFixIds Property
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.
Gets fix identifiers which are enabled
public:
property Microsoft::VisualStudio::Language::CodeCleanUp::FixIdContainer ^ EnabledFixIds { Microsoft::VisualStudio::Language::CodeCleanUp::FixIdContainer ^ get(); };
public Microsoft.VisualStudio.Language.CodeCleanUp.FixIdContainer EnabledFixIds { get; }
member this.EnabledFixIds : Microsoft.VisualStudio.Language.CodeCleanUp.FixIdContainer
Public ReadOnly Property EnabledFixIds As FixIdContainer