ProjectDocumentsListener.Dispose Method (Boolean)
Releases all resources used by the current instance of the object.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected virtual void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
)
protected function Dispose(
disposing : boolean
)
abstract Dispose :
disposing:bool -> unit
override Dispose :
disposing:bool -> unit
Parameters
- disposing
Type: System.Boolean
Specifies whether disposing
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProjectDocumentsListener Class
ProjectDocumentsListener Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace