CreateTemporaryVCProject.ProjectFile Property

Definition

Gets or sets the Visual C++ project file to process.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property Microsoft::Build::Framework::ITaskItem ^ ProjectFile { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
[Microsoft.Build.Framework.Required]
public Microsoft.Build.Framework.ITaskItem ProjectFile { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.ProjectFile : Microsoft.Build.Framework.ITaskItem with get, set
Public Property ProjectFile As ITaskItem

Property Value

The Visual C++ project file to process.

Attributes

Applies to

See also