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

Definição

Obtém o texto que descreve um parâmetro específico.

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

Parâmetros

iParam
Int32

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

pbstrName
String

fora O nome do parâmetro.

pbstrText
String

fora O texto que descreve o 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