PropertyPage.Dispose Method (Boolean)
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
This member overrides ContainerControl.Dispose(Boolean).
Namespace: Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider
Assembly: Microsoft.VisualStudio.Tools.Applications.Project (in Microsoft.VisualStudio.Tools.Applications.Project.dll)
Syntax
'Declaration
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected override void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
) override
protected override function Dispose(
disposing : boolean
)
Parameters
- disposing
Type: System.Boolean
.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
Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider Namespace