IVsConnectedServiceInstanceReference 接口

定义

表示对已连接服务的引用。

public interface class IVsConnectedServiceInstanceReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
public interface class IVsConnectedServiceInstanceReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
__interface IVsConnectedServiceInstanceReference : Microsoft::VisualStudio::Shell::Interop::IVsReference
[System.Runtime.InteropServices.Guid("13A70605-F511-4350-8DAF-4387F10B97BE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IVsConnectedServiceInstanceReference : Microsoft.VisualStudio.Shell.Interop.IVsReference
[<System.Runtime.InteropServices.Guid("13A70605-F511-4350-8DAF-4387F10B97BE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IVsConnectedServiceInstanceReference = interface
    interface IVsReference
Public Interface IVsConnectedServiceInstanceReference
Implements IVsReference
属性
实现

属性

AlreadyReferenced

确定是否已引用服务。

FullPath

获取完整路径。

InstanceIdentity

获取实例 ID。

Name

获取名称。

ProviderIdentity

获取提供程序标识。

适用于