VsTargetFrameworkProvider Constructor (IVsFrameworkMultiTargeting^, String^, TypeDescriptionProvider^, IVsSmartOpenScope^)
Visual Studio 2015
Initializes a new instance of VsTargetFrameworkProvider.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public:
VsTargetFrameworkProvider(
IVsFrameworkMultiTargeting^ targetInfo,
String^ targetMoniker,
TypeDescriptionProvider^ parentProvider,
IVsSmartOpenScope^ openScope
)
Parameters
- targetInfo
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsFrameworkMultiTargeting^
The target information.
- targetMoniker
-
Type:
System::String^
The target framework moniker.
- parentProvider
-
Type:
System.ComponentModel::TypeDescriptionProvider^
The type description provider of the parent.
- openScope
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSmartOpenScope^
The open scope.
Show: