Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected ICalendarProperty PropertyForIndex( int index, out bool isList, out int propertyIndex, out int indexInProperty ) |
Visual Basic |
---|
Protected Function PropertyForIndex ( _ index As Integer, _ <OutAttribute> ByRef isList As Boolean, _ <OutAttribute> ByRef propertyIndex As Integer, _ <OutAttribute> ByRef indexInProperty As Integer _ ) As ICalendarProperty |
Visual C++ |
---|
protected: ICalendarProperty^ PropertyForIndex( int index, [OutAttribute] bool% isList, [OutAttribute] int% propertyIndex, [OutAttribute] int% indexInProperty ) |
Parameters
- index
- Type: System..::..Int32
- isList
- Type: System..::..Boolean%
- propertyIndex
- Type: System..::..Int32%
- indexInProperty
- Type: System..::..Int32%