FileReferenceResult(String, String, String, Nullable<Int32>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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