IVsXMLMemberData6.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.
public:
int GetCompletionListTextAt(int iParam, [Runtime::InteropServices::Out] System::String ^ % 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
- pbstrCompletionList
- String