Share via


IVsProfileSettingsTree.GetAlternatePath(String) Method

Definition

Gets the name of the parent node for a node's placeholder node.

public:
 int GetAlternatePath([Runtime::InteropServices::Out] System::String ^ % pbstrAlternatePath);
int GetAlternatePath([Runtime::InteropServices::Out] std::wstring const & & pbstrAlternatePath);
public int GetAlternatePath (out string pbstrAlternatePath);
abstract member GetAlternatePath : string -> int
Public Function GetAlternatePath (ByRef pbstrAlternatePath As String) As Integer

Parameters

pbstrAlternatePath
String

[out] The name of the parent node for this node's placeholder 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 IVsProfileSettingsTree::GetAlternatePath(  
   [out] BSTR *pbstrAlternatePath  
);  

Applies to