IVsXMLMemberData4.GetCompletionListText(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 text of a completion list.
public:
int GetCompletionListText([Runtime::InteropServices::Out] System::String ^ % pbstrCompletionList);
C++/WinRT
int GetCompletionListText([Runtime::InteropServices::Out] std::wstring const & & pbstrCompletionList);
public int GetCompletionListText(out string pbstrCompletionList);
abstract member GetCompletionListText : string -> int
Public Function GetCompletionListText (ByRef pbstrCompletionList As String) As Integer
- pbstrCompletionList
- String
[out] The completion list.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |