DynamicTypeService.GetContextTypeResolver Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetContextTypeResolver(IVsHierarchy) |
Gets a type resolver for the specified hierarchy node. |
GetContextTypeResolver(IVsHierarchy, UInt32) |
Gets a type resolver for the specified hierarchy node and item ID. |
GetContextTypeResolver(IVsHierarchy)
Gets a type resolver for the specified hierarchy node.
public:
Microsoft::VisualStudio::Shell::Design::DynamicTypeService::ContextTypeResolver ^ GetContextTypeResolver(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy);
public Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver GetContextTypeResolver (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hierarchy);
member this.GetContextTypeResolver : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
Public Function GetContextTypeResolver (hierarchy As IVsHierarchy) As DynamicTypeService.ContextTypeResolver
Parameters
- hierarchy
- IVsHierarchy
The IVsHierarchy interface for the node.
Returns
DynamicTypeService.ContextTypeResolver.
Applies to
GetContextTypeResolver(IVsHierarchy, UInt32)
Gets a type resolver for the specified hierarchy node and item ID.
public:
Microsoft::VisualStudio::Shell::Design::DynamicTypeService::ContextTypeResolver ^ GetContextTypeResolver(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy, System::UInt32 itemId);
public Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver GetContextTypeResolver (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hierarchy, uint itemId);
member this.GetContextTypeResolver : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * uint32 -> Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
Public Function GetContextTypeResolver (hierarchy As IVsHierarchy, itemId As UInteger) As DynamicTypeService.ContextTypeResolver
Parameters
- hierarchy
- IVsHierarchy
The IVsHierarchy interface of the hierarchy node.
- itemId
- UInt32
Returns
DynamicTypeService.ContextTypeResolver.