IVsXMLMemberData4.GetParamCount(Int32) Method

Definition

Gets the number of parameters.

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

Parameters

piParams
Int32

[out] The number of parameters.

Returns

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

Implements

Applies to