IVsProfileDataManager.GetDefaultSettingsLocation(String) Method

Definition

Retrieves the location for the default settings file.

C++/WinRT
int GetDefaultSettingsLocation([Runtime::InteropServices::Out] std::wstring const & & pbstrSettingsLocation);

Parameters

pbstrSettingsLocation
String

[out] Pointer to a string containing the full path to the default settings file.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

cpp#
HRESULT IVsProfileDataManager::GetDefaultSettingsLocation(  
   [out] BSTR *pbstrSettingsLocation  
);  

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022