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

Syntax

C#
protected ICalendarProperty PropertyForItem(
	T item,
	out bool isList,
	out int itemIndex,
	out int indexInProperty
)
Visual Basic
Protected Function PropertyForItem ( _
	item As T, _
	<OutAttribute> ByRef isList As Boolean, _
	<OutAttribute> ByRef itemIndex As Integer, _
	<OutAttribute> ByRef indexInProperty As Integer _
) As ICalendarProperty
Visual C++
protected:
ICalendarProperty^ PropertyForItem(
	T item, 
	[OutAttribute] bool% isList, 
	[OutAttribute] int% itemIndex, 
	[OutAttribute] int% indexInProperty
)

Parameters

item
Type: T
isList
Type: System..::..Boolean%
itemIndex
Type: System..::..Int32%
indexInProperty
Type: System..::..Int32%

See Also