IVsXMLMemberData4.GetTypeParamTextAt(Int32, String, String) Método

Definição

Obtém o tipo de um parâmetro específico.

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

Parâmetros

iTypeParam
Int32

no A posição do parâmetro na coleção.

pbstrName
String

fora O nome do parâmetro.

pbstrText
String

fora O nome do tipo do parâmetro.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Implementações

Aplica-se a