IVsPersistConnectedServices Interface

 

Implemented by project system that supports ConnectedServices property persistance. Use IVsHierarchy.GetProperty(VSHPROPID_ConnectedServicesPersistence, ...) to get IVsPersistConnectedServices from the project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[GuidAttribute("9C68F455-FF06-43D0-8473-195EFAFCB833")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsPersistConnectedServices

NameDescription
System_CAPS_pubpropertyCount

Gets the number of services.

System_CAPS_pubpropertyProject

Gets the project.

NameDescription
System_CAPS_pubmethodAdd(String^, UInt32, array<String^>^, array<String^>^)

Adds a connected service.

System_CAPS_pubmethodGetConnectedService(String^)

Gets the specified service.

System_CAPS_pubmethodGetConnectedServices(UInt32, array<IVsConnectedServiceProperties^>^)

Gets the specified services.

System_CAPS_pubmethodRemove(String^)

Removes the specified service.

Return to top
Show: