IVsPersistConnectedServices 接口

定义

由支持 ConnectedServices 属性持久性的项目系统实现。 使用 GetProperty (VSHPROPID_ConnectedServicesPersistence,... ) 获取项目 IVsPersistConnectedServices。

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
属性

属性

Count

获取服务的数目。

Project

获取项目。

方法

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

添加连接的服务。

GetConnectedService(String)

获取指定的服务。

GetConnectedServices(UInt32, IVsConnectedServiceProperties[])

获取指定的服务。

Remove(String)

删除指定的服务。

适用于