Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides additional access to user-specific options in the user options file associated with the solution.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("D79CA884-27FC-43F4-A51B-D0B068B312C9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsPersistSolutionOpts2 _
    Inherits IVsPersistSolutionOpts
[GuidAttribute("D79CA884-27FC-43F4-A51B-D0B068B312C9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPersistSolutionOpts2 : IVsPersistSolutionOpts
[GuidAttribute(L"D79CA884-27FC-43F4-A51B-D0B068B312C9")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsPersistSolutionOpts2 : IVsPersistSolutionOpts
[<GuidAttribute("D79CA884-27FC-43F4-A51B-D0B068B312C9")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPersistSolutionOpts2 =  
    interface 
        interface IVsPersistSolutionOpts 
    end
public interface IVsPersistSolutionOpts2 extends IVsPersistSolutionOpts
The IVsPersistSolutionOpts2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | LoadUserOptions | |
| .gif) | LoadUserOptionsEx | Loads user options for a given solution. | 
| .gif) | ReadUserOptions | |
| .gif) | SaveUserOptions | |
| .gif) | WriteUserOptions | 
Top