IVsProfileSettingsTree.GetFullPath(String) Method

Definition

Gets the full path of a node.

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

Parameters

pbstrFullPath
String

[out] The full path of the node.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT GetFullPath(  
   [out] BSTR *pbstrFullPath  
);  

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022