DatabaseConfigurationExtender Class

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabaseProjectExtenderBase
    Microsoft.VisualStudio.Data.Tools.Package.Project..::..DatabaseProjectConfigurationExtender
      Microsoft.VisualStudio.Data.Tools.Package.Internal..::..DatabaseConfigurationExtender

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class DatabaseConfigurationExtender _
    Inherits DatabaseProjectConfigurationExtender _
    Implements ICustomTypeDescriptor
'Usage
Dim instance As DatabaseConfigurationExtender
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class DatabaseConfigurationExtender : DatabaseProjectConfigurationExtender, 
    ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class DatabaseConfigurationExtender sealed : public DatabaseProjectConfigurationExtender, 
    ICustomTypeDescriptor
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type DatabaseConfigurationExtender =  
    class
        inherit DatabaseProjectConfigurationExtender
        interface ICustomTypeDescriptor
    end
public final class DatabaseConfigurationExtender extends DatabaseProjectConfigurationExtender implements ICustomTypeDescriptor

The DatabaseConfigurationExtender type exposes the following members.

Properties

  Name Description
Public property ExtenderBaseAddress The BaseAddress to use
Public property ExtenderCheckForOverflowUnderflow The CheckForOverflowUnderflow to use
Public property ExtenderDebugSymbols The DebugSymbols to use
Public property ExtenderDebugType The DebugInfo to use
Public property ExtenderDefineConstants The Define constants to use
Public property ExtenderDefineDebug Gets or sets {insert text here}.
Public property ExtenderDefineTrace Gets or sets {insert text here}.
Public property ExtenderDocumentationFile The DocumentationFile to use
Public property ExtenderErrorReport The ErrorReport to use
Public property ExtenderFileAlignment The FileAlignment to use
Public property ExtenderGenerateSerializationAssemblies The GenerateSerializationAssemblies to use
Public property ExtenderLangVersion The LanguageVersion to use
Public property ExtenderNoStdLib The NoStandardLibraries to use
Public property ExtenderNoWarn The NoWarn to use
Public property ExtenderOptimize The Define constants to use
Public property ExtenderOptionCompare Gets or sets {insert text here}.
Public property ExtenderOptionExplicit Gets or sets {insert text here}.
Public property ExtenderOptionInfer Gets or sets {insert text here}.
Public property ExtenderOptionStrict Gets or sets {insert text here}.
Public property ExtenderPlatformTarget The PlatformTarget to use
Public property ExtenderRemoveIntegerChecks Gets or sets {insert text here}.
Public property ExtenderSqlServerVerification Gets or sets {insert text here}.
Public property ExtenderSqlTargetName Gets or sets {insert text here}.
Public property ExtenderTargetFrameworkMoniker Gets or sets {insert text here}.
Public property ExtenderTreatWarningsAsErrors The Warning Level to use
Public property ExtenderWarningLevel The Warning Level to use
Public property ExtenderWarningsAsErrors The WarningsAsErrors to use

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize Finalizes this object by notifying the site that this extender is invalid (Inherited from DatabaseProjectExtenderBase.)
Public method GetAttributes
Public method GetClassName
Public method GetComponentName
Protected method GetConfigurationPropertyAsBool Try to get the configuration property as a bool. If it fails to parse return 'defaultValue'. (Inherited from DatabaseProjectConfigurationExtender.)
Public method GetConverter
Public method GetDefaultEvent
Public method GetDefaultProperty
Public method GetEditor
Public method GetEvents() () () ()
Public method GetEvents(array<Attribute> [] () [] [])
Public method GetHashCode (Inherited from Object.)
Public method GetProperties() () () ()
Public method GetProperties(array<Attribute> [] () [] [])
Public method GetPropertyOwner
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString It just so happens that object.ToString() has the right interface to become an IDispatch property, but we don't want to create a ProjectExtender.ToString property, so we need to explicitly implment this method in order to hide it from COM. (Inherited from DatabaseProjectExtenderBase.)

Top

Remarks

This class and its members are reserved for internal use and are not intended to be used in your code. NOTE : This class must be ComVisible and public because it's used in the VS property window.

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.Tools.Package.Internal Namespace