Partager via


QueryProcessResult<TResult> Constructor

Definition

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.

Applies to