IVsProfileSettingsFileInfo.GetFilePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetFilePath([Runtime::InteropServices::Out] System::String ^ % pbstrFilePath);
int GetFilePath([Runtime::InteropServices::Out] std::wstring const & & pbstrFilePath);
public int GetFilePath (out string pbstrFilePath);
abstract member GetFilePath : string -> int
Public Function GetFilePath (ByRef pbstrFilePath As String) As Integer
Parameters
- pbstrFilePath
- String
[out]
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
C++
From vsshell80.idl:
HRESULT IVsProfileSettingsFileInfo::GetFilePath(
[out] BSTR *pbstrFilePath
);