CustomWorkspaceArguments Class
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.
Arguments to supply to OpenWorkspaceAsync(String, CustomWorkspaceArguments).
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 |
EnableFileWatcher |
Gets or sets whether to create a workspace using a file watching service. Default is |
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 |
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 |