IVsPersistSolutionProps.QuerySaveSolutionProps(IVsHierarchy, VSQUERYSAVESLNPROPS[]) Methode

Definition

Erstellt einen Eigenschaftenbehälter zum Speichern von Projektmappeneigenschaften.

public:
 int QuerySaveSolutionProps(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy, cli::array <Microsoft::VisualStudio::Shell::Interop::VSQUERYSAVESLNPROPS> ^ pqsspSave);
public:
 int QuerySaveSolutionProps(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy, Platform::Array <Microsoft::VisualStudio::Shell::Interop::VSQUERYSAVESLNPROPS> ^ pqsspSave);
int QuerySaveSolutionProps(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierarchy, std::Array <Microsoft::VisualStudio::Shell::Interop::VSQUERYSAVESLNPROPS> const & pqsspSave);
public int QuerySaveSolutionProps (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierarchy, Microsoft.VisualStudio.Shell.Interop.VSQUERYSAVESLNPROPS[] pqsspSave);
abstract member QuerySaveSolutionProps : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * Microsoft.VisualStudio.Shell.Interop.VSQUERYSAVESLNPROPS[] -> int
Public Function QuerySaveSolutionProps (pHierarchy As IVsHierarchy, pqsspSave As VSQUERYSAVESLNPROPS()) As Integer

Parameter

pHierarchy
IVsHierarchy

[in] Zeiger auf IVsHierarchy. null gibt ein Speichern für den globalen Abschnitt der Projektmappendatei an.

pqsspSave
VSQUERYSAVESLNPROPS[]

vorgenommen Ein Zeiger auf die- VSQUERYSAVESLNPROPS Enumeration, die angibt, ob die Projekt Mappe über Eigenschaften, geänderte Eigenschaften oder keine Eigenschaften verfügt.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell. idl:

HRESULT IVsPersistSolutionProps::QuerySaveSolutionProps(  
   [in] IVsHierarchy *pHierarchy,  
   [out] VSQUERYSAVESLNPROPS *pqsspSave  
);  

Gilt für