VsTargetFrameworkProvider Constructor (IVsFrameworkMultiTargeting^, String^, TypeDescriptionProvider^, IVsSmartOpenScope^)

 

Initializes a new instance of VsTargetFrameworkProvider.

Namespace:   Microsoft.VisualStudio.Shell.Design
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.

Return to top
Show: