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 | |
---|---|---|
![]() |
DatabaseProjectNode | Gets the database project node in which is located the IDatabaseProjectConfiguration that you extend. (Inherited from DatabaseProjectConfigurationExtender.) |
![]() |
ProjectConfiguration | Gets or sets the project configuration that this object extends. (Inherited from DatabaseProjectConfigurationExtender.) |
![]() |
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 | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Finalizes this object by notifying the site that this extender is not valid. (Inherited from DatabaseProjectExtenderBase.) |
![]() |
GetConfigurationProperty | Gets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.) |
![]() |
GetConfigurationPropertyAsBool | Attempts to get the configuration property as a Boolean. (Inherited from DatabaseProjectConfigurationExtender.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SetConfigurationProperty | Sets a project configuration property. (Inherited from DatabaseProjectConfigurationExtender.) |
![]() |
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