VsTargetFrameworkProvider Constructor (IVsFrameworkMultiTargeting^, String^, 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,
IVsSmartOpenScope^ openScope
)
Parameters
- targetInfo
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsFrameworkMultiTargeting^
The target information.
- targetMoniker
-
Type:
System::String^
The target framework moniker.
- openScope
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSmartOpenScope^
The open scope.
Show: