BuildableItem.IsStartupItem Property
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.
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