다음을 통해 공유


DynamicTypeService.GetContextTypeResolver Method (IVsHierarchy)

Gets a type resolver for the specified hierarchy node.

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

Syntax

‘선언
Public Function GetContextTypeResolver ( _
    hierarchy As IVsHierarchy _
) As DynamicTypeService..::..ContextTypeResolver
‘사용 방법
Dim instance As DynamicTypeService
Dim hierarchy As IVsHierarchy
Dim returnValue As DynamicTypeService..::..ContextTypeResolver

returnValue = instance.GetContextTypeResolver(hierarchy)
public DynamicTypeService..::..ContextTypeResolver GetContextTypeResolver(
    IVsHierarchy hierarchy
)
public:
DynamicTypeService..::..ContextTypeResolver^ GetContextTypeResolver(
    IVsHierarchy^ hierarchy
)
member GetContextTypeResolver : 
        hierarchy:IVsHierarchy -> DynamicTypeService..::..ContextTypeResolver 
public function GetContextTypeResolver(
    hierarchy : IVsHierarchy
) : DynamicTypeService..::..ContextTypeResolver

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
DynamicTypeService.ContextTypeResolver.

.NET Framework Security

See Also

Reference

DynamicTypeService Class

DynamicTypeService Members

GetContextTypeResolver Overload

Microsoft.VisualStudio.Shell.Design Namespace