Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Function GetContextTypeResolver ( _
    hierarchy As IVsHierarchy _
) As DynamicTypeService.ContextTypeResolver
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
- hierarchy 
 Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy- The IVsHierarchy interface for the node. 
Return Value
Type: Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
DynamicTypeService.ContextTypeResolver .
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.