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
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
‘선언
Public NotInheritable Class ServiceProviderHierarchyOrder
‘사용 방법
Dim instance As ServiceProviderHierarchyOrder
public sealed class ServiceProviderHierarchyOrder
public ref class ServiceProviderHierarchyOrder sealed
[<SealedAttribute>]
type ServiceProviderHierarchyOrder = class end
public final class ServiceProviderHierarchyOrder
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.ServiceProviderHierarchyOrder
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.