IVsPersistSolutionOpts2 Interface

Definition

Provides additional access to user-specific options in the user options file associated with the solution.

public interface class IVsPersistSolutionOpts2 : Microsoft::VisualStudio::Shell::Interop::IVsPersistSolutionOpts
public interface class IVsPersistSolutionOpts2 : Microsoft::VisualStudio::Shell::Interop::IVsPersistSolutionOpts
__interface IVsPersistSolutionOpts2 : Microsoft::VisualStudio::Shell::Interop::IVsPersistSolutionOpts
[System.Runtime.InteropServices.Guid("D79CA884-27FC-43F4-A51B-D0B068B312C9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPersistSolutionOpts2 : Microsoft.VisualStudio.Shell.Interop.IVsPersistSolutionOpts
[<System.Runtime.InteropServices.Guid("D79CA884-27FC-43F4-A51B-D0B068B312C9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPersistSolutionOpts2 = interface
    interface IVsPersistSolutionOpts
Public Interface IVsPersistSolutionOpts2
Implements IVsPersistSolutionOpts
Attributes
Implements

Methods

LoadUserOptions(IVsSolutionPersistence, UInt32)
LoadUserOptionsEx(Int32, IVsSolutionPersistence, UInt32)

Loads user options for a given solution.

ReadUserOptions(IStream, String)
SaveUserOptions(IVsSolutionPersistence)
WriteUserOptions(IStream, String)

Applies to