DynamicTypeService.GetTypeResolutionService 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
GetTypeResolutionService(IVsHierarchy) |
Gets a type resolution service for a given hierarchy node. |
GetTypeResolutionService(IVsHierarchy, UInt32) |
Gets a type resolution service for a given hierarchy node and item ID. |
GetTypeResolutionService(IVsHierarchy)
Gets a type resolution service for a given hierarchy node.
public:
System::ComponentModel::Design::ITypeResolutionService ^ GetTypeResolutionService(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy);
public System.ComponentModel.Design.ITypeResolutionService GetTypeResolutionService (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hierarchy);
member this.GetTypeResolutionService : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> System.ComponentModel.Design.ITypeResolutionService
Public Function GetTypeResolutionService (hierarchy As IVsHierarchy) As ITypeResolutionService
Parameters
- hierarchy
- IVsHierarchy
The IVsHierarchy interface of the Microsoft.VisualStudio.Package.HierarchyNode.
Returns
Applies to
GetTypeResolutionService(IVsHierarchy, UInt32)
Gets a type resolution service for a given hierarchy node and item ID.
public:
abstract System::ComponentModel::Design::ITypeResolutionService ^ GetTypeResolutionService(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy, System::UInt32 itemId);
public abstract System.ComponentModel.Design.ITypeResolutionService GetTypeResolutionService (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hierarchy, uint itemId);
abstract member GetTypeResolutionService : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * uint32 -> System.ComponentModel.Design.ITypeResolutionService
Public MustOverride Function GetTypeResolutionService (hierarchy As IVsHierarchy, itemId As UInteger) As ITypeResolutionService
Parameters
- hierarchy
- IVsHierarchy
The IVsHierarchy interface of the Microsoft.VisualStudio.Package.HierarchyNode.
- itemId
- UInt32