DynamicTypeService.GetTypeResolutionService Method (IVsHierarchy)

Gets a type resolution service for a given hierarchy node.

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

Syntax

'Declaration
Public Function GetTypeResolutionService ( _
    hierarchy As IVsHierarchy _
) As ITypeResolutionService
public ITypeResolutionService GetTypeResolutionService(
    IVsHierarchy hierarchy
)
public:
ITypeResolutionService^ GetTypeResolutionService(
    IVsHierarchy^ hierarchy
)
member GetTypeResolutionService : 
        hierarchy:IVsHierarchy -> ITypeResolutionService
public function GetTypeResolutionService(
    hierarchy : IVsHierarchy
) : ITypeResolutionService

Parameters

Return Value

Type: ITypeResolutionService
ITypeResolutionService.

Remarks

This method calls GetTypeResolutionService using VSITEMID_ROOT for the itemid parameter.

.NET Framework Security

See Also

Reference

DynamicTypeService Class

GetTypeResolutionService Overload

Microsoft.VisualStudio.Shell.Design Namespace