IVsServiceInfo Interface

Visual Studio 2015
 

Represents information about a VS service. The implementation must be free-threaded.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("5B5AC77C-213B-4642-9D20-5BF902649356")]
public interface IVsServiceInfo

NameDescription
System_CAPS_pubpropertyHasOverride

Determines whether the service has an override.

System_CAPS_pubpropertyIsAsync

Determines whether the service is asynchronous.

System_CAPS_pubpropertyName

Gets the name of the service.

System_CAPS_pubpropertyOverridePackageGuid

Gets the override package GUID.

System_CAPS_pubpropertyPackageGuid

Gets the package GUID.

System_CAPS_pubpropertyServiceGuid

Gets the service GUID.

Return to top
Show: