IAnalyzerHostObject Interface
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.
Defines an interface for the Vbc/Csc tasks to communicate information about analyzers and rulesets to the IDE.
public interface class IAnalyzerHostObject
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B5A95716-2053-4B70-9FBF-E4148EBA96BC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAnalyzerHostObject
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("B5A95716-2053-4B70-9FBF-E4148EBA96BC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAnalyzerHostObject = interface
Public Interface IAnalyzerHostObject
- Attributes
Methods
SetAdditionalFiles(ITaskItem[]) | |
SetAnalyzers(ITaskItem[]) | |
SetRuleSet(String) |