IVsXMLMemberData4.GetTypeParamTextAt(Int32, String, String) Метод

Определение

Получает тип определенного параметра.

public:
 int GetTypeParamTextAt(int iTypeParam, [Runtime::InteropServices::Out] System::String ^ % pbstrName, [Runtime::InteropServices::Out] System::String ^ % pbstrText);
int GetTypeParamTextAt(int iTypeParam, [Runtime::InteropServices::Out] std::wstring const & & pbstrName, [Runtime::InteropServices::Out] std::wstring const & & pbstrText);
public int GetTypeParamTextAt (int iTypeParam, out string pbstrName, out string pbstrText);
abstract member GetTypeParamTextAt : int * string * string -> int
Public Function GetTypeParamTextAt (iTypeParam As Integer, ByRef pbstrName As String, ByRef pbstrText As String) As Integer

Параметры

iTypeParam
Int32

[in] Позиция параметра в коллекции.

pbstrName
String

[out] Имя параметра.

pbstrText
String

[out] Имя типа параметра.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Реализации

Применяется к