UpdateExtensions.RunCustomTool(IAsyncQueryable<IFileSnapshot>) Method
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.
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