FileReferenceResult(String, String, String, Nullable<Int32>) Oluşturucu

Tanım

FileReferenceResult sınıfının yeni bir örneğini başlatır.

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

Parametreler

path
String

Çalışma alanı göreli yolu

target
String

Başvurunun hedefi

context
String

Başvurunun bağlamı

type
Nullable<Int32>

Başvuru türü

Şunlara uygulanır