IVsConnectedServiceInstanceReference Interface

Definition

Represents a reference to a connected service.

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]
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)]
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>]
type IVsConnectedServiceInstanceReference = interface
    interface IVsReference
[<System.Runtime.InteropServices.Guid("13A70605-F511-4350-8DAF-4387F10B97BE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsConnectedServiceInstanceReference = interface
    interface IVsReference
Public Interface IVsConnectedServiceInstanceReference
Implements IVsReference
Attributes
Implements

Properties

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.

Applies to