IVsProfileSettingsTree.GetFullPath(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.
Gets the full path of a node.
public:
int GetFullPath([Runtime::InteropServices::Out] System::String ^ % pbstrFullPath);
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
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
);