IVsXMLMemberData3.GetTypeParamCount(Int32) Method

Definition

Gets the number of parameters for a type.

public:
 int GetTypeParamCount([Runtime::InteropServices::Out] int % piTypeParams);
int GetTypeParamCount([Runtime::InteropServices::Out] int & piTypeParams);
public int GetTypeParamCount (out int piTypeParams);
abstract member GetTypeParamCount : int -> int
Public Function GetTypeParamCount (ByRef piTypeParams As Integer) As Integer

Parameters

piTypeParams
Int32

[out] The number of parameters.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsXMLMemberData3::GetTypeParamCount(  
   [out] long *piTypeParams  
);  

Applies to