IVsProfileDataManager.GetSettingsForExport(IVsProfileSettingsTree) Methode

Definition

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

Int32

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  
);  

Gilt für