IVsConnectedServiceInstanceReference Interface

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
Public property AlreadyReferenced Determines whether the service has already been referenced.
Public property FullPath Gets the full path.
Public property InstanceIdentity Gets the instance ID.
Public property Name Gets the name.
Public property ProviderIdentity Gets the provider identity.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace