Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a type resolution service for a given hierarchy node.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Function GetTypeResolutionService ( _
hierarchy As IVsHierarchy _
) As ITypeResolutionService
'Usage
Dim instance As DynamicTypeService
Dim hierarchy As IVsHierarchy
Dim returnValue As ITypeResolutionService
returnValue = instance.GetTypeResolutionService(hierarchy)
public ITypeResolutionService GetTypeResolutionService(
IVsHierarchy hierarchy
)
public:
ITypeResolutionService^ GetTypeResolutionService(
IVsHierarchy^ hierarchy
)
member GetTypeResolutionService :
hierarchy:IVsHierarchy -> ITypeResolutionService
public function GetTypeResolutionService(
hierarchy : IVsHierarchy
) : ITypeResolutionService
Parameters
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
The IVsHierarchy interface of the HierarchyNode.
Return Value
Type: System.ComponentModel.Design.ITypeResolutionService
ITypeResolutionService.
Remarks
This method calls GetTypeResolutionService using VSITEMID_ROOT() for the itemid parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.