DynamicTypeService.GetTypeResolutionService Méthode

Définition

Surcharges

GetTypeResolutionService(IVsHierarchy)

Obtient un service de résolution de type pour un nœud donné de la hiérarchie.

GetTypeResolutionService(IVsHierarchy, UInt32)

Obtient un service de résolution de type pour un nœud donné de la hiérarchie et un ID d'élément

GetTypeResolutionService(IVsHierarchy)

Obtient un service de résolution de type pour un nœud donné de la hiérarchie.

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

Paramètres

hierarchy
IVsHierarchy

L'interface IVsHierarchy de l'objet Microsoft.VisualStudio.Package.HierarchyNode.

Retours

ITypeResolutionService

ITypeResolutionService.

S’applique à

GetTypeResolutionService(IVsHierarchy, UInt32)

Obtient un service de résolution de type pour un nœud donné de la hiérarchie et un ID d'élément

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

Paramètres

hierarchy
IVsHierarchy

L'interface IVsHierarchy de l'objet Microsoft.VisualStudio.Package.HierarchyNode.

itemId
UInt32

Retours

ITypeResolutionService

ITypeResolutionService.

S’applique à