IVsProfileDataManager.GetSettingsForExport(IVsProfileSettingsTree) 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.
Ruft die Einstellungsinformationen in einem Formular ab, das für den Export bereit ist.
public:
int GetSettingsForExport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ % ppSettingsTree);
public:
int GetSettingsForExport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ & ppSettingsTree);
int GetSettingsForExport([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & & ppSettingsTree);
public int GetSettingsForExport (out Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree ppSettingsTree);
abstract member GetSettingsForExport : IVsProfileSettingsTree -> int
Public Function GetSettingsForExport (ByRef ppSettingsTree As IVsProfileSettingsTree) As Integer
Parameter
- ppSettingsTree
- IVsProfileSettingsTree
[out] Zeiger auf eine IVsProfileSettingsTree-Schnittstelle, die die Einstellungsinformationen enthält.
Gibt zurück
Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.
Hinweise
Übergeben Sie den abgerufenen an die-Methode, um die Einstellungen zu exportieren IVsProfileSettingsTree ExportSettings .
COM-Signatur
Aus vsshell80. idl:
HRESULT IVsProfileDataManager::GetSettingsForExport(
[out] IVsProfileSettingsTree **ppSettingsTree
);