ServiceProviderHierarchyOrder Class

 

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.

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

System.Object
  Microsoft.VisualStudio.Shell.ServiceProviderHierarchyOrder

public sealed class ServiceProviderHierarchyOrder

NameDescription
System_CAPS_pubmethodServiceProviderHierarchyOrder()

Initializes a new instance of ServiceProviderHierarchyOrder.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticPackageSite

The order for a package service provider.

System_CAPS_pubfieldSystem_CAPS_staticProjectItemContext

The order for a project item context service provider.

System_CAPS_pubfieldSystem_CAPS_staticWindowPaneSite

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.

Return to top
Show: