ProjectTargetFileContext Class

Definition

Project target file context

public ref class ProjectTargetFileContext : IEquatable<Microsoft::VisualStudio::Workspace::ProjectTargetFileContext ^>
public class ProjectTargetFileContext : IEquatable<Microsoft.VisualStudio.Workspace.ProjectTargetFileContext>
type ProjectTargetFileContext = class
    interface IEquatable<ProjectTargetFileContext>
Public Class ProjectTargetFileContext
Implements IEquatable(Of ProjectTargetFileContext)
Inheritance
ProjectTargetFileContext
Derived
Implements

Constructors

ProjectTargetFileContext(String)

Initializes a new instance of the ProjectTargetFileContext class.

ProjectTargetFileContext(String, String)

Initializes a new instance of the ProjectTargetFileContext class.

Properties

FilePath

Relative workspace path

Target

Target of the project file

Methods

Equals(Object)
Equals(ProjectTargetFileContext)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

Applies to