DynamicTypeService.GetTypeResolutionService Method

Definition

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

ITypeResolutionService.

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

Returns

ITypeResolutionService.

Applies to