DiagramClientView.Dispose Method (Boolean)

Releases all resources, managed and unmanaged, related to this class.

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

    A value of true indicates that all resources (managed and unmanaged) should be disposed. A value of false indicates that Dispose has been called by the runtime from within the finalizer, so you should not reference other managed objects.

.NET Framework Security

See Also

Reference

DiagramClientView Class

Dispose Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace