ProjectTargetFrameworkAttribute Constructor (String^)

.NET Framework (current version)
 

Initializes a new instance of the ProjectTargetFrameworkAttribute class.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
ProjectTargetFrameworkAttribute(
	String^ targetFrameworkMoniker
)

Parameters

targetFrameworkMoniker
Type: System::String^

The target framework for the project.

.NET Framework
Available since 4.0
Return to top
Show: