IVsXMLMemberData4.GetParamTextAt(Int32, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.