Costruttore VsTargetFrameworkProvider (IVsDesignTimeAssemblyResolution, IDesignTimeAssemblyLoader, IVsSmartOpenScope)
Spazio dei nomi: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
assemblyResolution As IVsDesignTimeAssemblyResolution, _
assemblyLoader As IDesignTimeAssemblyLoader, _
openScope As IVsSmartOpenScope _
)
public VsTargetFrameworkProvider(
IVsDesignTimeAssemblyResolution assemblyResolution,
IDesignTimeAssemblyLoader assemblyLoader,
IVsSmartOpenScope openScope
)
Parametri
- assemblyResolution
Tipo: Microsoft.VisualStudio.Shell.Interop.IVsDesignTimeAssemblyResolution
- assemblyLoader
Tipo: System.ComponentModel.Design.IDesignTimeAssemblyLoader
- openScope
Tipo: Microsoft.VisualStudio.Shell.Interop.IVsSmartOpenScope
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
VsTargetFrameworkProvider Classe