FileReferenceResult(String, String, String, Nullable<Int32>) Constructor

Definition

Initializes a new instance of the FileReferenceResult class.

public:
 FileReferenceResult(System::String ^ path, System::String ^ target, System::String ^ context, Nullable<int> type);
public FileReferenceResult (string path, string target, string context, 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))

Parameters

path
String

Workspace relative path

target
String

Target of reference

context
String

Context of reference

type
Nullable<Int32>

Type of reference

Applies to