ProjectConfiguration Class

Definition

Class ProjectConfiguration

public ref class ProjectConfiguration : Microsoft::VisualStudio::Workspace::ProjectTargetFileContext
[Windows::Foundation::Metadata::WebHostHidden]
class ProjectConfiguration : Microsoft::VisualStudio::Workspace::ProjectTargetFileContext
public class ProjectConfiguration : Microsoft.VisualStudio.Workspace.ProjectTargetFileContext
type ProjectConfiguration = class
    inherit ProjectTargetFileContext
Public Class ProjectConfiguration
Inherits ProjectTargetFileContext
Inheritance
ProjectConfiguration

Constructors

ProjectConfiguration(String, String, IPropertySettings)

Initializes a new instance of the ProjectConfiguration class.

Properties

FilePath

Relative workspace path

(Inherited from ProjectTargetFileContext)
Id

Gets the id to uniquely identify a debug target configuration

LaunchSettings

Launch settings

Target

Target of the project file

(Inherited from ProjectTargetFileContext)

Methods

Equals(Object) (Inherited from ProjectTargetFileContext)
Equals(ProjectTargetFileContext) (Inherited from ProjectTargetFileContext)
GetHashCode() (Inherited from ProjectTargetFileContext)

Applies to