IVsProfileSettingsTree.GetAlternatePath(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 name of the parent node for a node's placeholder node.
public:
int GetAlternatePath([Runtime::InteropServices::Out] System::String ^ % pbstrAlternatePath);
C++/WinRT
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
- pbstrAlternatePath
- String
[out] The name of the parent node for this node's placeholder node.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
[C++]
HRESULT IVsProfileSettingsTree::GetAlternatePath(
[out] BSTR *pbstrAlternatePath
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |