IVsPersistConnectedServices.Remove Method
Removes the specified service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Sub Remove ( _
szServiceIdentity As String _
)
void Remove(
string szServiceIdentity
)
void Remove(
[InAttribute] String^ szServiceIdentity
)
abstract Remove :
szServiceIdentity:string -> unit
function Remove(
szServiceIdentity : String
)
Parameters
szServiceIdentity
Type: StringThe service ID.
.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.