Compartilhar via


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: String

    The service ID.

.NET Framework Security

See Also

Reference

IVsPersistConnectedServices Interface

Microsoft.VisualStudio.Shell.Interop Namespace