FileReferenceResult(String, String, String, Nullable<Int32>) Конструктор

Определение

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

public:
 FileReferenceResult(System::String ^ path, System::String ^ target, System::String ^ context, Nullable<int> type);
public FileReferenceResult (string path, string target, string context, int? type);
new Microsoft.VisualStudio.Workspace.Indexing.FileReferenceResult : string * string * string * Nullable<int> -> Microsoft.VisualStudio.Workspace.Indexing.FileReferenceResult
Public Sub New (path As String, target As String, context As String, type As Nullable(Of Integer))

Параметры

path
String

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

target
String

Целевой объект ссылки

context
String

Контекст ссылки

type
Nullable<Int32>

Тип ссылки

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