Sdílet prostřednictvím


BuildableItem.IsStartupItem Property

Definition

Gets a value indicating whether the buildable item is a selected project or file that should be displayed to the user as an item that will be launched (possibly with a debugger attached) when the Launch or Debug command is invoked.

public:
 property bool IsStartupItem { bool get(); };
public bool IsStartupItem { get; }
member this.IsStartupItem : bool
Public ReadOnly Property IsStartupItem As Boolean

Property Value

Applies to