共用方式為


DynamicTypeService.GetTypeResolutionService Method (IVsHierarchy, UInt32)

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

'宣告
Public MustOverride Function GetTypeResolutionService ( _
    hierarchy As IVsHierarchy, _
    itemId As UInteger _
) As ITypeResolutionService
public abstract ITypeResolutionService GetTypeResolutionService(
    IVsHierarchy hierarchy,
    uint itemId
)

Parameters

Return Value

Type: System.ComponentModel.Design.ITypeResolutionService
ITypeResolutionService .

.NET Framework Security

See Also

Reference

DynamicTypeService Class

GetTypeResolutionService Overload

Microsoft.VisualStudio.Shell.Design Namespace