CodeGenCommandExecutor.Execute 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.
public int Execute (Action<System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation>> simModeAction = default);
member this.Execute : Action<seq<Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.FileSystemChangeInformation>> -> int
Public Function Execute (Optional simModeAction As Action(Of IEnumerable(Of FileSystemChangeInformation)) = Nothing) As Integer
Parameters
- simModeAction
- Action<IEnumerable<FileSystemChangeInformation>>