Share via


DatabasePropertyPageUserControlBase.Dispose Method (Boolean)

Disposes of this object.

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

Syntax

'Declaration
Protected Overrides Sub Dispose ( _
    disposing As Boolean _
)
protected override void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
) override
abstract Dispose : 
        disposing:bool -> unit 
override Dispose : 
        disposing:bool -> unit 
protected override function Dispose(
    disposing : boolean
)

Parameters

  • disposing
    Type: System.Boolean
    true if the dispose is explicitly called.

.NET Framework Security

See Also

Reference

DatabasePropertyPageUserControlBase Class

Dispose Overload

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace