Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of VsTargetFrameworkProvider.
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, _
parentProvider As TypeDescriptionProvider, _
openScope As IVsSmartOpenScope _
)
public VsTargetFrameworkProvider(
IVsDesignTimeAssemblyResolution assemblyResolution,
IDesignTimeAssemblyLoader assemblyLoader,
TypeDescriptionProvider parentProvider,
IVsSmartOpenScope openScope
)
public:
VsTargetFrameworkProvider(
IVsDesignTimeAssemblyResolution^ assemblyResolution,
IDesignTimeAssemblyLoader^ assemblyLoader,
TypeDescriptionProvider^ parentProvider,
IVsSmartOpenScope^ openScope
)
new :
assemblyResolution:IVsDesignTimeAssemblyResolution *
assemblyLoader:IDesignTimeAssemblyLoader *
parentProvider:TypeDescriptionProvider *
openScope:IVsSmartOpenScope -> VsTargetFrameworkProvider
public function VsTargetFrameworkProvider(
assemblyResolution : IVsDesignTimeAssemblyResolution,
assemblyLoader : IDesignTimeAssemblyLoader,
parentProvider : TypeDescriptionProvider,
openScope : IVsSmartOpenScope
)
Parameters
assemblyResolution
Type: Microsoft.VisualStudio.Shell.Interop.IVsDesignTimeAssemblyResolutionThe assembly resolution
assemblyLoader
Type: IDesignTimeAssemblyLoaderThe assembly loader.
- parentProvider
Type: TypeDescriptionProvider
openScope
Type: Microsoft.VisualStudio.Shell.Interop.IVsSmartOpenScopeThe open scope.
.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