IVsPersistConnectedServices Interface

Definition

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

public interface class IVsPersistConnectedServices
public interface class IVsPersistConnectedServices
__interface IVsPersistConnectedServices
[System.Runtime.InteropServices.Guid("9C68F455-FF06-43D0-8473-195EFAFCB833")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPersistConnectedServices
[<System.Runtime.InteropServices.Guid("9C68F455-FF06-43D0-8473-195EFAFCB833")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPersistConnectedServices = interface
Public Interface IVsPersistConnectedServices
Attributes

Properties

Count

Gets the number of services.

Project

Gets the project.

Methods

Add(String, UInt32, String[], String[])

Adds a connected service.

GetConnectedService(String)

Gets the specified service.

GetConnectedServices(UInt32, IVsConnectedServiceProperties[])

Gets the specified services.

Remove(String)

Removes the specified service.

Applies to