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

Definition

Initialisiert eine neue Instanz der FileReferenceResult-Klasse.

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))

Parameter

path
String

Relativer Pfad des Arbeitsbereichs

target
String

Ziel des Verweises

context
String

Kontext des Verweises

type
Nullable<Int32>

Verweistyp

Gilt für