FileReferenceResult 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.
Class FileReferenceResult
public ref class FileReferenceResult : IEquatable<Microsoft::VisualStudio::Workspace::Indexing::FileReferenceResult ^>
public class FileReferenceResult : IEquatable<Microsoft.VisualStudio.Workspace.Indexing.FileReferenceResult>
type FileReferenceResult = class
interface IEquatable<FileReferenceResult>
Public Class FileReferenceResult
Implements IEquatable(Of FileReferenceResult)
- Inheritance
-
FileReferenceResult
- Implements
Constructors
FileReferenceResult(String, String, String, Nullable<Int32>) |
Initializes a new instance of the FileReferenceResult class. |
Properties
Context |
Context of reference |
Path |
Path to reference file |
Target |
Target of reference |
Type |
Type of Reference (Input, Output, etc..) |
Methods
Equals(FileReferenceResult) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | |
GetHashCode() | Serves as the default hash function. |