DynamicTypeService::GetTypeDiscoveryService Method (IVsHierarchy^)

 

Gets a type discovery service for the specified hierarchy node.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
ITypeDiscoveryService^ GetTypeDiscoveryService(
	IVsHierarchy^ hierarchy
)

Parameters

hierarchy
Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^

The IVsHierarchy interface of the hierarchy node.

Return to top
Show: