VsTargetFrameworkProvider, constructeur (IVsDesignTimeAssemblyResolution, IDesignTimeAssemblyLoader, IVsSmartOpenScope)
Espace de noms : Microsoft.VisualStudio.Shell.Design
Assembly : Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)
Syntaxe
'Déclaration
Public Sub New ( _
assemblyResolution As IVsDesignTimeAssemblyResolution, _
assemblyLoader As IDesignTimeAssemblyLoader, _
openScope As IVsSmartOpenScope _
)
public VsTargetFrameworkProvider(
IVsDesignTimeAssemblyResolution assemblyResolution,
IDesignTimeAssemblyLoader assemblyLoader,
IVsSmartOpenScope openScope
)
Paramètres
- assemblyResolution
Type : Microsoft.VisualStudio.Shell.Interop.IVsDesignTimeAssemblyResolution
- assemblyLoader
Type : System.ComponentModel.Design.IDesignTimeAssemblyLoader
- openScope
Type : Microsoft.VisualStudio.Shell.Interop.IVsSmartOpenScope
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
VsTargetFrameworkProvider Classe