FileDataResult<T>(String, T, String, String) 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 FileDataResult<T> class.
FileDataResult(std::wstring const & name, T value, std::wstring const & target = null, std::wstring const & context = null);
public FileDataResult (string name, T value, string target = default, string context = default);
public FileDataResult (string name, T value, string? target = default, string? context = default);
new Microsoft.VisualStudio.Workspace.Indexing.FileDataResult<'T> : string * 'T * string * string -> Microsoft.VisualStudio.Workspace.Indexing.FileDataResult<'T>
Public Sub New (name As String, value As T, Optional target As String = Nothing, Optional context As String = Nothing)
Parameters
- name
- String
Name of the result
- value
- T
Value of result
- target
- String
Optional target
- context
- String
Optional context