ProjectTargetFileContext Constructors

Definition

Overloads

ProjectTargetFileContext(String)

Initializes a new instance of the ProjectTargetFileContext class.

ProjectTargetFileContext(String, String)

Initializes a new instance of the ProjectTargetFileContext class.

ProjectTargetFileContext(String)

Initializes a new instance of the ProjectTargetFileContext class.

public:
 ProjectTargetFileContext(System::String ^ projectFile);
public:
 ProjectTargetFileContext(Platform::String ^ projectFile);
 ProjectTargetFileContext(std::wstring const & projectFile);
public ProjectTargetFileContext (string projectFile);
new Microsoft.VisualStudio.Workspace.ProjectTargetFileContext : string -> Microsoft.VisualStudio.Workspace.ProjectTargetFileContext
Public Sub New (projectFile As String)

Parameters

projectFile
String

Project File

Applies to

ProjectTargetFileContext(String, String)

Initializes a new instance of the ProjectTargetFileContext class.

public:
 ProjectTargetFileContext(System::String ^ projectFilePath, System::String ^ target);
public:
 ProjectTargetFileContext(Platform::String ^ projectFilePath, Platform::String ^ target);
 ProjectTargetFileContext(std::wstring const & projectFilePath, std::wstring const & target);
public ProjectTargetFileContext (string projectFilePath, string target);
public ProjectTargetFileContext (string projectFilePath, string? target);
new Microsoft.VisualStudio.Workspace.ProjectTargetFileContext : string * string -> Microsoft.VisualStudio.Workspace.ProjectTargetFileContext
Public Sub New (projectFilePath As String, target As String)

Parameters

projectFilePath
String

Project File path

target
String

Target in the project file

Applies to