IVsXMLMemberData4.GetTypeParamTextAt(Int32, String, String) Methode

Definition

Ruft den Typ eines bestimmten Parameters ab.

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

Parameter

iTypeParam
Int32

[in] Die Position des Parameters in der Auflistung.

pbstrName
String

[out] Der Name des Parameters.

pbstrText
String

[out] Der Typname des Parameters.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Gilt für