FileReferenceInfo Класс

Определение

Описывает определение ссылки на файл

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)
Наследование
FileReferenceInfo
Атрибуты
Реализации

Конструкторы

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

Инициализирует новый экземпляр класса FileReferenceInfo.

Свойства

Context

Контекст этой ссылки (или значение null, если нет)

ReferenceType

Ссылочный тип

Target

Целевой объект этой ссылки (или значение null, если нет)

UseReferenceEntityId

Можно ли использовать сущность файловой системы для трассировки ссылки на рабочую область

WorkspacePath

Относительный путь к файлу ссылки на рабочую область

Методы

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.

Применяется к