IVsPersistConnectedServices Interface
Visual Studio 2015
Implemented by project system that supports ConnectedServices property persistance. Use IVsHierarchy.GetProperty(VSHPROPID_ConnectedServicesPersistence, ...) to get IVsPersistConnectedServices from the project.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, UInt32, array<String^>^, array<String^>^) | Adds a connected service. |
![]() | GetConnectedService(String^) | Gets the specified service. |
![]() | GetConnectedServices(UInt32, array<IVsConnectedServiceProperties^>^) | Gets the specified services. |
![]() | Remove(String^) | Removes the specified service. |
Show:

