IVsXMLMemberData.GetParamCount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of parameters for a member.
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] Parameter count
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsXMLMemberData::GetParamCount(
[out] long *piParams
);