SPCalendarViewStyle.CompareTo method
比較目前的行事曆檢視樣式與另一個行事曆檢視樣式。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function CompareTo ( _
otherViewStyle As SPCalendarViewStyle _
) As Integer
'用途
Dim instance As SPCalendarViewStyle
Dim otherViewStyle As SPCalendarViewStyle
Dim returnValue As Integer
returnValue = instance.CompareTo(otherViewStyle)
public int CompareTo(
SPCalendarViewStyle otherViewStyle
)
參數
otherViewStyle
Type: Microsoft.SharePoint.SPCalendarViewStyle其他行事曆檢視樣式要比較此行事曆檢視樣式。
傳回值
Type: System.Int32
值 |
狀況 |
---|---|
小於零 |
目前的行事曆檢視樣式反之otherViewStyle的排序順序。 |
零 |
這個執行個體已為otherViewStyle的排序順序中的相同位置。 |
大於零 |
目前的行事曆檢視樣式接otherViewStyle的排序順序。 |
Implements
備註
此方法會傳回Sequence屬性比較結果為基礎的比較結果。