InvokeEditorAction::Dispose Method (Boolean)

 

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

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System::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.

Return to top
Show: