다음을 통해 공유


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

‘선언
Public Function GetTypeResolutionService ( _
    hierarchy As IVsHierarchy _
) As ITypeResolutionService
‘사용 방법
Dim instance As DynamicTypeService
Dim hierarchy As IVsHierarchy
Dim returnValue As ITypeResolutionService

returnValue = instance.GetTypeResolutionService(hierarchy)
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: System.ComponentModel.Design.ITypeResolutionService
ITypeResolutionService.

Remarks

This method calls GetTypeResolutionService using VSITEMID_ROOT() for the itemid parameter.

.NET Framework Security

See Also

Reference

DynamicTypeService Class

DynamicTypeService Members

GetTypeResolutionService Overload

Microsoft.VisualStudio.Shell.Design Namespace