Delen via


IFileContextActionEventsService.BuildStarting Property

Definition

Provides notification of the start of IFileContextActionBase that are Build actions.

public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.FileContextActionStartingEventArgs> BuildStarting { get; set; }
member this.BuildStarting : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.FileContextActionStartingEventArgs> with get, set
Public Property BuildStarting As AsyncEvent(Of FileContextActionStartingEventArgs)

Property Value

Applies to