IVsXMLMemberData6.GetTypeParamTextAt(Int32, String, String) 方法

定义

public:
 int GetTypeParamTextAt(int iTypeParam, [Runtime::InteropServices::Out] System::String ^ % pbstrName, [Runtime::InteropServices::Out] System::String ^ % 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
pbstrName
String
pbstrText
String

返回

Int32

实现

适用于