IVsXMLMemberData4.GetTypeParamTextAt(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 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
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.