IVsProfileSettingsTree.GetAlternatePath(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 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
);