This topic has not yet been rated - Rate this topic

DynamicTypeService.ContextTypeResolver Class

An IDisposable object that routes assembly/type resolution issues to the ITypeResolutionService for the given hierarchy. It is instantiated by a call to GetContextTypeResolver.

This class is not CLS-compliant.  

Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in microsoft.visualstudio.shell.design.dll)

public class ContextTypeResolver : IDisposable
public class ContextTypeResolver implements IDisposable
public class ContextTypeResolver implements IDisposable

using (ContextTypeResolver ctxResolver = dts.GetContextTypeResolver(hierarchy))

{

//code that needs resolution and type binding...

}

System.Object
  Microsoft.VisualStudio.Shell.Design.DynamicTypeService.ContextTypeResolver
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.