QueryProcessResult<TResult> 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 QueryProcessResult<TResult> class.
public QueryProcessResult (TResult result, Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryProcessRequest request, string? zone);
new Microsoft.VisualStudio.ProjectSystem.Query.Execution.QueryProcessResult<'Result> : 'Result * Microsoft.VisualStudio.ProjectSystem.Query.Execution.IQueryProcessRequest * string -> Microsoft.VisualStudio.ProjectSystem.Query.Execution.QueryProcessResult<'Result>
Public Sub New (result As TResult, request As IQueryProcessRequest, zone As String)
Parameters
- result
- TResult
The query result data.
- request
- IQueryProcessRequest
The query request that lead to this result.
- zone
- String
The zone of the data it belongs to.