Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a type resolver for the specified hierarchy node and item ID.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Function GetContextTypeResolver ( _
hierarchy As IVsHierarchy, _
itemId As UInteger _
) As DynamicTypeService.ContextTypeResolver
public DynamicTypeService.ContextTypeResolver GetContextTypeResolver(
IVsHierarchy hierarchy,
uint itemId
)
public:
DynamicTypeService::ContextTypeResolver^ GetContextTypeResolver(
IVsHierarchy^ hierarchy,
unsigned int itemId
)
member GetContextTypeResolver :
hierarchy:IVsHierarchy *
itemId:uint32 -> DynamicTypeService.ContextTypeResolver
public function GetContextTypeResolver(
hierarchy : IVsHierarchy,
itemId : uint
) : DynamicTypeService.ContextTypeResolver
Parameters
hierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyThe IVsHierarchy interface of the hierarchy node.
- itemId
Type: System.UInt32
Return Value
Type: Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
DynamicTypeService.ContextTypeResolver .
.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.