Share via


FilterableListView.Dispose Method (Boolean)

 

Releases the unmanaged resources used by the FilterableListViewand optionally releases the managed resources.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected override void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
) override
Protected Overrides Sub Dispose (
    disposing As Boolean
)

Parameters

  • disposing
    Type: System.Boolean

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

See Also

Disposeā€‚Overload
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top