Package.IVsPersistSolutionOpts.LoadUserOptions(IVsSolutionPersistence, UInt32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Lädt Benutzeroptionen für eine angegebene Projektmappe.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsPersistSolutionOpts.LoadUserOptions(Microsoft::VisualStudio::Shell::Interop::IVsSolutionPersistence ^ pPersistance, System::UInt32 options) = Microsoft::VisualStudio::Shell::Interop::IVsPersistSolutionOpts::LoadUserOptions;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsPersistSolutionOpts.LoadUserOptions(Microsoft::VisualStudio::Shell::Interop::IVsSolutionPersistence ^ pPersistance, unsigned int options) = Microsoft::VisualStudio::Shell::Interop::IVsPersistSolutionOpts::LoadUserOptions;
int Microsoft.VisualStudio.Shell.Interop.IVsPersistSolutionOpts.LoadUserOptions(Microsoft::VisualStudio::Shell::Interop::IVsSolutionPersistence const & pPersistance, unsigned int options);
int IVsPersistSolutionOpts.LoadUserOptions (Microsoft.VisualStudio.Shell.Interop.IVsSolutionPersistence pPersistance, uint options);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsPersistSolutionOpts.LoadUserOptions : Microsoft.VisualStudio.Shell.Interop.IVsSolutionPersistence * uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsPersistSolutionOpts.LoadUserOptions : Microsoft.VisualStudio.Shell.Interop.IVsSolutionPersistence * uint32 -> int
Function LoadUserOptions (pPersistance As IVsSolutionPersistence, options As UInteger) As Integer Implements IVsPersistSolutionOpts.LoadUserOptions
Parameter
- pPersistance
- IVsSolutionPersistence
IVsSolutionPersistence-Objekt
- options
- UInt32
Benutzeroptionen, deren Wert aus __VSLOADUSEROPTS entnommen wird.
Gibt zurück
Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.
Implementiert
Hinweise
Wird aufgerufen, wenn eine Projekt Mappe geöffnet wird, und ermöglicht der Visual Studio Umgebung, unsere Optionen zu überprüfen.