IVsPersistConnectedServices.Remove(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified service.
public:
void Remove(System::String ^ szServiceIdentity);
public:
void Remove(Platform::String ^ szServiceIdentity);
void Remove(std::wstring const & szServiceIdentity);
public void Remove (string szServiceIdentity);
abstract member Remove : string -> unit
Public Sub Remove (szServiceIdentity As String)
Parameters
- szServiceIdentity
- String
The service ID.