VsTargetFrameworkProvider Constructor (IVsDesignTimeAssemblyResolution^, IDesignTimeAssemblyLoader^, TypeDescriptionProvider^, IVsSmartOpenScope^)
Visual Studio 2015
Initializes a new instance of VsTargetFrameworkProvider.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public:
VsTargetFrameworkProvider(
IVsDesignTimeAssemblyResolution^ assemblyResolution,
IDesignTimeAssemblyLoader^ assemblyLoader,
TypeDescriptionProvider^ parentProvider,
IVsSmartOpenScope^ openScope
)
Parameters
- assemblyResolution
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsDesignTimeAssemblyResolution^
The assembly resolution
- assemblyLoader
-
Type:
System.ComponentModel.Design::IDesignTimeAssemblyLoader^
The assembly loader.
- ParentProvider
The type description provider of the parent.
- openScope
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSmartOpenScope^
The open scope.
Show: