Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected ICalendarParameter ParameterForIndex(
	int index,
	out int parameterIndex,
	out int indexInParameter
)
Visual Basic
Protected Function ParameterForIndex ( _
	index As Integer, _
	<OutAttribute> ByRef parameterIndex As Integer, _
	<OutAttribute> ByRef indexInParameter As Integer _
) As ICalendarParameter
Visual C++
protected:
ICalendarParameter^ ParameterForIndex(
	int index, 
	[OutAttribute] int% parameterIndex, 
	[OutAttribute] int% indexInParameter
)

Parameters

index
Type: System..::..Int32
parameterIndex
Type: System..::..Int32%
indexInParameter
Type: System..::..Int32%

See Also