IAnalyzerHostObject Interface

 

Defines an interface for the Vbc/Csc tasks to communicate information about analyzers and rulesets to the IDE.

Namespace:   Microsoft.Build.Tasks.Hosting
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
[GuidAttribute("B5A95716-2053-4B70-9FBF-E4148EBA96BC")]
public interface class IAnalyzerHostObject

NameDescription
System_CAPS_pubmethodSetAdditionalFiles(array<ITaskItem^>^)

Sets additional files.

System_CAPS_pubmethodSetAnalyzers(array<ITaskItem^>^)

Sets the specified analyzers.

System_CAPS_pubmethodSetRuleSet(String^)

Sets the rule set.

Introduced in Visual Studio 2015.

Return to top
Show: