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 and item ID.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public MustOverride Function GetTypeResolutionService ( _
hierarchy As IVsHierarchy, _
itemId As UInteger _
) As ITypeResolutionService
'Usage
Dim instance As DynamicTypeService
Dim hierarchy As IVsHierarchy
Dim itemId As UInteger
Dim returnValue As ITypeResolutionService
returnValue = instance.GetTypeResolutionService(hierarchy, _
itemId)
public abstract ITypeResolutionService GetTypeResolutionService(
IVsHierarchy hierarchy,
uint itemId
)
public:
virtual ITypeResolutionService^ GetTypeResolutionService(
IVsHierarchy^ hierarchy,
unsigned int itemId
) abstract
abstract GetTypeResolutionService :
hierarchy:IVsHierarchy *
itemId:uint32 -> ITypeResolutionService
public abstract function GetTypeResolutionService(
hierarchy : IVsHierarchy,
itemId : uint
) : ITypeResolutionService
Parameters
- hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
The IVsHierarchy interface of the HierarchyNode.
- itemId
Type: System.UInt32
Return Value
Type: System.ComponentModel.Design.ITypeResolutionService
ITypeResolutionService.
.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.