次の方法で共有


DynamicTypeService.GetTypeResolutionService Method (IVsHierarchy)

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

'宣言
Public Function GetTypeResolutionService ( _
    hierarchy As IVsHierarchy _
) As ITypeResolutionService
public ITypeResolutionService GetTypeResolutionService(
    IVsHierarchy hierarchy
)

Parameters

Return Value

Type: System.ComponentModel.Design.ITypeResolutionService
ITypeResolutionService .

Remarks

This method calls GetTypeResolutionService using VSITEMID_ROOT for the itemid parameter.

.NET Framework Security

See Also

Reference

DynamicTypeService Class

GetTypeResolutionService Overload

Microsoft.VisualStudio.Shell.Design Namespace