CustomWorkspaceArguments.AddToWorkspaceHistory Property

Definition

Gets or sets whether to add the opened workspace to the Visual Studio MRU or Windows Jump List. Default is true.

public:
 property bool AddToWorkspaceHistory { bool get(); void set(bool value); };
public bool AddToWorkspaceHistory { get; set; }
member this.AddToWorkspaceHistory : bool with get, set
Public Property AddToWorkspaceHistory As Boolean

Property Value

Applies to