Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Sub New ( _
assemblyResolution As IVsDesignTimeAssemblyResolution, _
assemblyLoader As IDesignTimeAssemblyLoader, _
openScope As IVsSmartOpenScope _
)
public VsTargetFrameworkProvider(
IVsDesignTimeAssemblyResolution assemblyResolution,
IDesignTimeAssemblyLoader assemblyLoader,
IVsSmartOpenScope openScope
)
public:
VsTargetFrameworkProvider(
IVsDesignTimeAssemblyResolution^ assemblyResolution,
IDesignTimeAssemblyLoader^ assemblyLoader,
IVsSmartOpenScope^ openScope
)
new :
assemblyResolution:IVsDesignTimeAssemblyResolution *
assemblyLoader:IDesignTimeAssemblyLoader *
openScope:IVsSmartOpenScope -> VsTargetFrameworkProvider
public function VsTargetFrameworkProvider(
assemblyResolution : IVsDesignTimeAssemblyResolution,
assemblyLoader : IDesignTimeAssemblyLoader,
openScope : IVsSmartOpenScope
)
Parameters
- assemblyResolution
Type: Microsoft.VisualStudio.Shell.Interop.IVsDesignTimeAssemblyResolution
- assemblyLoader
Type: System.ComponentModel.Design.IDesignTimeAssemblyLoader
- 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