[]
Gets the kind of slot will be used to the specified slotInfo
.
public virtual object GetSlotKind(CalendarSlotInfo slotInfo)
Type | Name | Description |
---|---|---|
CalendarSlotInfo | slotInfo | The info about a slot. |
Type | Description |
---|---|
object | Any object identifying a kind of slot. If null is returned. the slots will not be recycled. |
The object returned will be used as a key for a dictionary of recycled slots, the ones with the same key will be recycled in the same bucket.