CustomWorkspaceArguments Class

Definition

public ref class CustomWorkspaceArguments
public class CustomWorkspaceArguments
type CustomWorkspaceArguments = class
Public Class CustomWorkspaceArguments
Inheritance
CustomWorkspaceArguments

Constructors

CustomWorkspaceArguments()

Initializes a new instance of the CustomWorkspaceArguments class.

Properties

AddToWorkspaceHistory

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

EnableFileWatcher

Gets or sets whether to create a workspace using a file watching service. Default is true.

IndexedElements

Gets or sets which types of indexing types are generated during indexing if any. Default is All.

InitialFilter

Gets or sets the default INodeFilter to enable on the initial tree visualization. Default is null.

InitialView

Gets or sets the default ICustomView to enable on the initial tree visualization. Default is PhysicalTree.

WorkspaceFactoryProviders

Gets or sets the workspace factory providers used to provide workspace functionality. The MEF provided set of providers can be generated by CreateDefaultFactoryProviders(). Default is null.

Applies to