Share via


UpdateExtensions.RunCustomTool(IAsyncQueryable<IFileSnapshot>) Method

Definition

Caution

Switch to RunCustomToolAsync

Runs the custom code generator for files.

[System.Obsolete("Switch to RunCustomToolAsync")]
public static Microsoft.VisualStudio.ProjectSystem.Query.IAsyncExecutable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot> RunCustomTool (this Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot> files);
[<System.Obsolete("Switch to RunCustomToolAsync")>]
static member RunCustomTool : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot> -> Microsoft.VisualStudio.ProjectSystem.Query.IAsyncExecutable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot>
<Extension()>
Public Function RunCustomTool (files As IAsyncQueryable(Of IFileSnapshot)) As IAsyncExecutable(Of IFileSnapshot)

Parameters

files
IAsyncQueryable<IFileSnapshot>

A collection of the source files.

Returns

A remote executable, which will run code generators when it is executed.

Attributes

Applies to