VsTargetFrameworkProvider Constructor (IVsDesignTimeAssemblyResolution, IDesignTimeAssemblyLoader, TypeDescriptionProvider, IVsSmartOpenScope)
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaração
Public Sub New ( _
assemblyResolution As IVsDesignTimeAssemblyResolution, _
assemblyLoader As IDesignTimeAssemblyLoader, _
parentProvider As TypeDescriptionProvider, _
openScope As IVsSmartOpenScope _
)
public VsTargetFrameworkProvider(
IVsDesignTimeAssemblyResolution assemblyResolution,
IDesignTimeAssemblyLoader assemblyLoader,
TypeDescriptionProvider parentProvider,
IVsSmartOpenScope openScope
)
Parameters
- assemblyResolution
Type: Microsoft.VisualStudio.Shell.Interop.IVsDesignTimeAssemblyResolution
- assemblyLoader
Type: System.ComponentModel.Design.IDesignTimeAssemblyLoader
- parentProvider
Type: System.ComponentModel.TypeDescriptionProvider
- openScope
Type: Microsoft.VisualStudio.Shell.Interop.IVsSmartOpenScope
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VsTargetFrameworkProvider Class