IVsConnectedServiceInstanceReference 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示对已连接服务的引用。
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 |
获取提供程序标识。 |