Share via


NodeIcons.Dispose Method (Boolean)

Disposes of this object.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

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

Parameters

  • disposing
    Type: System.Boolean
    True if called by user code; false if called in finalizer.

.NET Framework Security

See Also

Reference

NodeIcons Class

Dispose Overload

Microsoft.TeamFoundation.Common Namespace