IVsXMLMemberData5.GetCompletionListTextAt(Int32, 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 a value from a completion list.
public:
int GetCompletionListTextAt(int iParam, [Runtime::InteropServices::Out] System::String ^ % pbstrCompletionList);
int GetCompletionListTextAt(int iParam, [Runtime::InteropServices::Out] std::wstring const & & pbstrCompletionList);
public int GetCompletionListTextAt (int iParam, out string pbstrCompletionList);
abstract member GetCompletionListTextAt : int * string -> int
Public Function GetCompletionListTextAt (iParam As Integer, ByRef pbstrCompletionList As String) As Integer
Parameters
- iParam
- Int32
[in] The position of the list element.
- pbstrCompletionList
- String
[out] The value of the list element.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.