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 | |
---|---|---|
AllowProjectRetargetingFromIde | true if users can retarget the .NET Framework version of a project from the IDE; otherwise false. |
|
BreakpointPersistenceEnabled | true if breakpoints should be saved when saving the project; otherwise false. |
|
ExternalDebugHost | The value of this property should be an instance of a type that implements IExternalDebugHost. |
|
IdeDebuggingEnabled | true if debugging from the IDE is enabled; otherwise false. |
|
InvokeOnMainThread | true if using STA; otherwise false. |
|
SaveOnIdeLostFocus | true if users want to auto-save project files when the IDE loses focus; otherwise false. |
|
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