Condividi tramite


IVsProfileSettingsFileInfo.GetFilePath(String) Method

Definition

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

);

Applies to