FileReferenceInfo Class

Definition

Describes the definition of a file reference

public ref class FileReferenceInfo : IEquatable<Microsoft::VisualStudio::Workspace::Indexing::FileReferenceInfo ^>
[System.Diagnostics.DebuggerDisplay("{WorkspacePath}")]
public class FileReferenceInfo : IEquatable<Microsoft.VisualStudio.Workspace.Indexing.FileReferenceInfo>
[<System.Diagnostics.DebuggerDisplay("{WorkspacePath}")>]
type FileReferenceInfo = class
    interface IEquatable<FileReferenceInfo>
Public Class FileReferenceInfo
Implements IEquatable(Of FileReferenceInfo)
Inheritance
FileReferenceInfo
Attributes
Implements

Constructors

FileReferenceInfo(String, String, String, Nullable<Int32>, Boolean)

Initializes a new instance of the FileReferenceInfo class.

Properties

Context

The Context of this Reference (or null if there is none)

ReferenceType

The reference type

Target

The Target of this Reference (or null if there is none)

UseReferenceEntityId

If File system entity can be used to track the workspace reference

WorkspacePath

The workspace relative reference file path

Methods

Equals(FileReferenceInfo)

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

Equals(Object)
GetHashCode()

Serves as the default hash function.

Applies to