DynamicTypeService.GetTypeResolutionService Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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