Share via


ModelingWindowPane.Dispose Method (Boolean)

Releases the unmanaged resources used by the ModelingWindowPane and optionally releases the managed resources.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.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: Boolean

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

This method clears the selection context and disposes the local service provider, the menu service, and sets the selected elements, command target, the frame, and the help service to null.

Notes to Inheritors

Dispose can be called multiple times by other objects. When overriding Dispose(Boolean) be careful not to reference objects that have been previously disposed of in an earlier call to Dispose. For more information about how to implement Dispose(Boolean), see Implementing a Dispose Method.

For more information about Dispose and Finalize, see Cleaning Up Unmanaged Resources and Overriding the Finalize Method.

.NET Framework Security

See Also

Reference

ModelingWindowPane Class

Dispose Overload

Microsoft.VisualStudio.Modeling.Shell Namespace