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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)]
[GuidAttribute("13A70605-F511-4350-8DAF-4387F10B97BE")]
public interface IVsConnectedServiceInstanceReference : IVsReference

NameDescription
System_CAPS_pubpropertyAlreadyReferenced

Determines whether the service has already been referenced.

System_CAPS_pubpropertyFullPath

Gets the full path.

System_CAPS_pubpropertyInstanceIdentity

Gets the instance ID.

System_CAPS_pubpropertyName

Gets the name.

System_CAPS_pubpropertyProviderIdentity

Gets the provider identity.

Return to top
Show: