Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Component.Dispose(Boolean).
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := True)> _
Protected Overrides Sub Dispose ( _
disposing As Boolean _
)
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)]
protected override void Dispose(
bool disposing
)
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)]
protected:
virtual void Dispose(
bool disposing
) override
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)>]
abstract Dispose :
disposing:bool -> unit
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)>]
override Dispose :
disposing:bool -> unit
protected override function Dispose(
disposing : boolean
)
Parameters
- disposing
Type: System.Boolean
Remarks
Note
The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: SharedState. The HostProtectionAttribute does not affect desktop applications (which are typically started by double-clicking an icon, typing a command, or entering a URL in a browser). For more information, see the HostProtectionAttribute class or SQL Server Programming and Host Protection Attributes.
.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.