ServiceProviderHierarchyOrder Class
Visual Studio 2015
Provides a recommended service resolution order for common service providers. When multiple service providers are combined in a service provider hierarchy, they are given a numeric ordering.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ServiceProviderHierarchyOrder() | Initializes a new instance of ServiceProviderHierarchyOrder. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | PackageSite | The order for a package service provider. |
![]() ![]() | ProjectItemContext | The order for a project item context service provider. |
![]() ![]() | WindowPaneSite | The order for a window pane service provider. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


