DynamicTypeService.GetTypeResolutionService Yöntem

Tanım

Aşırı Yüklemeler

GetTypeResolutionService(IVsHierarchy)

Belirli bir hiyerarşi düğümü için bir tür çözümleme hizmeti alır.

GetTypeResolutionService(IVsHierarchy, UInt32)

Belirli bir hiyerarşi düğümü ve öğe KIMLIĞI için bir tür çözümleme hizmeti alır.

GetTypeResolutionService(IVsHierarchy)

Belirli bir hiyerarşi düğümü için bir tür çözümleme hizmeti alır.

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

Parametreler

hierarchy
IVsHierarchy

IVsHierarchyArabirimi Microsoft.VisualStudio.Package.HierarchyNode .

Döndürülenler

ITypeResolutionService

ITypeResolutionService.

Şunlara uygulanır

GetTypeResolutionService(IVsHierarchy, UInt32)

Belirli bir hiyerarşi düğümü ve öğe KIMLIĞI için bir tür çözümleme hizmeti alır.

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

Parametreler

hierarchy
IVsHierarchy

IVsHierarchyArabirimi Microsoft.VisualStudio.Package.HierarchyNode .

itemId
UInt32

Döndürülenler

ITypeResolutionService

ITypeResolutionService.

Şunlara uygulanır