IVsPersistSolutionOpts2 Interface

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
Public method LoadUserOptions
Public method LoadUserOptionsEx Loads user options for a given solution.
Public method ReadUserOptions
Public method SaveUserOptions
Public method WriteUserOptions

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace