IVsXMLMemberData::GetParamCount Method (Int32)

 

Gets the number of parameters for a member.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetParamCount(
	[OutAttribute] int% piParams
)

Parameters

piParams
Type: System::Int32

[out] Parameter count

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsXMLMemberData::GetParamCount(
   [out] long *piParams
);
Return to top
Show: