Names Class

 

Names of supported properties for configuring SessionManager.

Namespace:   Microsoft.VisualStudio.Tools.Applications.SessionManagerOptions
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.SessionManagerOptions.Names

Syntax

public static class Names
public ref class Names abstract sealed 
[<AbstractClass>]
[<Sealed>]
type Names = class end
Public NotInheritable Class Names

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AllowProjectRetargetingFromIde

true if users can retarget the .NET Framework version of a project from the IDE; otherwise false.

System_CAPS_pubfieldSystem_CAPS_static BreakpointPersistenceEnabled

true if breakpoints should be saved when saving the project; otherwise false.

System_CAPS_pubfieldSystem_CAPS_static ExternalDebugHost

The value of this property should be an instance of a type that implements IExternalDebugHost.

System_CAPS_pubfieldSystem_CAPS_static IdeDebuggingEnabled

true if debugging from the IDE is enabled; otherwise false.

System_CAPS_pubfieldSystem_CAPS_static InvokeOnMainThread

true if using STA; otherwise false.

System_CAPS_pubfieldSystem_CAPS_static SaveOnIdeLostFocus

true if users want to auto-save project files when the IDE loses focus; otherwise false.

System_CAPS_pubfieldSystem_CAPS_static VSIdeVersion

Specifies the version of Microsoft Visual Studio to use. The version must be one of the strings from Values. If null is used, VSTA will probe the users machine and find the highest version of Visual Studio supported by VSTA.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.Tools.Applications.SessionManagerOptions Namespace

Return to top