ProjectTargetFileContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String) |
Initializes a new instance of the ProjectTargetFileContext class. |
ProjectTargetFileContext(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. |