Share via


StaticCodeAnalysisExtender Class

Extends the IDatabaseProjectConfiguration object to provide additional properties.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.StaticCodeAnalysis
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class StaticCodeAnalysisExtender _
    Inherits DatabaseProjectConfigurationExtender
'Usage
Dim instance As StaticCodeAnalysisExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class StaticCodeAnalysisExtender : DatabaseProjectConfigurationExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class StaticCodeAnalysisExtender sealed : public DatabaseProjectConfigurationExtender
public final class StaticCodeAnalysisExtender extends DatabaseProjectConfigurationExtender

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.BaseExtender
    Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.DatabaseProjectConfigurationExtender
      Microsoft.VisualStudio.Data.Schema.Project.StaticCodeAnalysis.StaticCodeAnalysisExtender

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

StaticCodeAnalysisExtender Members

Microsoft.VisualStudio.Data.Schema.Project.StaticCodeAnalysis Namespace