Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the code analysis run type: always, default, or never.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property RunCodeAnalysis As CodeAnalysisRunType
'Usage
Dim instance As IProjectFile
Dim value As CodeAnalysisRunType
value = instance.RunCodeAnalysis
instance.RunCodeAnalysis = value
CodeAnalysisRunType RunCodeAnalysis { get; set; }
property CodeAnalysisRunType RunCodeAnalysis {
CodeAnalysisRunType get ();
void set (CodeAnalysisRunType value);
}
function get RunCodeAnalysis () : CodeAnalysisRunType
function set RunCodeAnalysis (value : CodeAnalysisRunType)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.CodeAnalysisRunType
Remarks
The accepted values are Always, Default, or Never.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.