Share via


IVsProfileSettingsTree.GetFullPath(String) Method

Definition

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  
);  

Applies to