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

Syntax

C#
protected ICalendarParameter ParameterForValue(
	string value,
	out int itemIndex,
	out int indexInParameter
)
Visual Basic
Protected Function ParameterForValue ( _
	value As String, _
	<OutAttribute> ByRef itemIndex As Integer, _
	<OutAttribute> ByRef indexInParameter As Integer _
) As ICalendarParameter
Visual C++
protected:
ICalendarParameter^ ParameterForValue(
	String^ value, 
	[OutAttribute] int% itemIndex, 
	[OutAttribute] int% indexInParameter
)

Parameters

value
Type: System..::..String
itemIndex
Type: System..::..Int32%
indexInParameter
Type: System..::..Int32%

See Also