Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the specified analyzers.
Namespace: Microsoft.Build.Tasks.Hosting
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Function SetAnalyzers ( _
analyzers As ITaskItem() _
) As Boolean
bool SetAnalyzers(
ITaskItem[] analyzers
)
bool SetAnalyzers(
array<ITaskItem^>^ analyzers
)
abstract SetAnalyzers :
analyzers:ITaskItem[] -> bool
function SetAnalyzers(
analyzers : ITaskItem[]
) : boolean
Parameters
analyzers
Type: array<Microsoft.Build.Framework.ITaskItem[]The analyzers.
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.