IVsProfileSettingsTree.GetFullPath(String) Method
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.
Gets the full path of a node.
public:
int GetFullPath([Runtime::InteropServices::Out] System::String ^ % pbstrFullPath);
C++/WinRT
int GetFullPath([Runtime::InteropServices::Out] std::wstring const & & pbstrFullPath);
public int GetFullPath(out string pbstrFullPath);
abstract member GetFullPath : string -> int
Public Function GetFullPath (ByRef pbstrFullPath As String) As Integer
- pbstrFullPath
- String
[out] The full path of the node.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
[C++]
HRESULT GetFullPath(
[out] BSTR *pbstrFullPath
);
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |