DynamicTypeService.ContextTypeResolver(ITypeResolutionService) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DynamicTypeService.ContextTypeResolver for the specified service.
public:
ContextTypeResolver(System::ComponentModel::Design::ITypeResolutionService ^ resolver);
public ContextTypeResolver (System.ComponentModel.Design.ITypeResolutionService resolver);
new Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver : System.ComponentModel.Design.ITypeResolutionService -> Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
Public Sub New (resolver As ITypeResolutionService)
Parameters
- resolver
- ITypeResolutionService