Share via


StaticCodeAnalysisExtender Class

This class and its members are reserved for internal use and are not intended to be used in your code. This extends the IDatabaseProjectConfiguration object to provide additional properties. This class must be public for the properties window to "see" it.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectExtenderBase
    Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectConfigurationExtender
      Microsoft.VisualStudio.Data.Schema.Package.Internal.StaticCodeAnalysisExtender

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class StaticCodeAnalysisExtender _
    Inherits DatabaseProjectConfigurationExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class StaticCodeAnalysisExtender : DatabaseProjectConfigurationExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class StaticCodeAnalysisExtender sealed : public DatabaseProjectConfigurationExtender
[<Sealed>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type StaticCodeAnalysisExtender =  
    class
        inherit DatabaseProjectConfigurationExtender
    end
public final class StaticCodeAnalysisExtender extends DatabaseProjectConfigurationExtender

The StaticCodeAnalysisExtender type exposes the following members.

Properties

  Name Description
Public property DatabaseProjectNode Gets the database project node in which is located the IDatabaseProjectConfiguration that you extend. (Inherited from DatabaseProjectConfigurationExtender.)
Public property ProjectConfiguration Gets or sets the project configuration that this object extends. (Inherited from DatabaseProjectConfigurationExtender.)
Public property RunCodeAnalysis This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Finalizes this object by notifying the site that this extender is not valid. (Inherited from DatabaseProjectExtenderBase.)
Protected method GetConfigurationProperty Gets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.)
Protected method GetConfigurationPropertyAsBool Attempts to get the configuration property as a Boolean. (Inherited from DatabaseProjectConfigurationExtender.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SetConfigurationProperty Sets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.)
Public method ToString Converts to a string. (Inherited from DatabaseProjectExtenderBase.)

Top

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

Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace