VsTargetFrameworkProvider Constructor (IVsDesignTimeAssemblyResolution^, IDesignTimeAssemblyLoader^, IVsSmartOpenScope^)

 

Initializes a new instance of VsTargetFrameworkProvider.

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

public:
VsTargetFrameworkProvider(
	IVsDesignTimeAssemblyResolution^ assemblyResolution,
	IDesignTimeAssemblyLoader^ assemblyLoader,
	IVsSmartOpenScope^ openScope
)

Parameters

assemblyResolution
Type: Microsoft.VisualStudio.Shell.Interop::IVsDesignTimeAssemblyResolution^

The assembly resolution.

assemblyLoader
Type: System.ComponentModel.Design::IDesignTimeAssemblyLoader^

The assembly loader.

openScope
Type: Microsoft.VisualStudio.Shell.Interop::IVsSmartOpenScope^

The open scope.

Return to top
Show: