Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a reference to a connected service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("13A70605-F511-4350-8DAF-4387F10B97BE")> _
Public Interface IVsConnectedServiceInstanceReference _
Inherits IVsReference
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("13A70605-F511-4350-8DAF-4387F10B97BE")]
public interface IVsConnectedServiceInstanceReference : IVsReference
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"13A70605-F511-4350-8DAF-4387F10B97BE")]
public interface class IVsConnectedServiceInstanceReference : IVsReference
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("13A70605-F511-4350-8DAF-4387F10B97BE")>]
type IVsConnectedServiceInstanceReference =
interface
interface IVsReference
end
public interface IVsConnectedServiceInstanceReference extends IVsReference
The IVsConnectedServiceInstanceReference type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
AlreadyReferenced | Determines whether the service has already been referenced. |
![]() |
FullPath | Gets the full path. |
![]() |
InstanceIdentity | Gets the instance ID. |
![]() |
Name | Gets the name. |
![]() |
ProviderIdentity | Gets the provider identity. |
Top
.gif)