共用方式為


SPCalendarViewStyleCollection.CalendarViewStyleByType method

傳回指定之型別的行事曆檢視樣式。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Function CalendarViewStyleByType ( _
    strTypeName As String _
) As SPCalendarViewStyle
'用途
Dim instance As SPCalendarViewStyleCollection
Dim strTypeName As String
Dim returnValue As SPCalendarViewStyle

returnValue = instance.CalendarViewStyleByType(strTypeName)
public SPCalendarViewStyle CalendarViewStyleByType(
    string strTypeName
)

參數

  • strTypeName
    Type: System.String

    字串,指定行事曆檢視樣式類型,例如 「 日期 」、 「 週 」 或 「 月 」。

傳回值

Type: Microsoft.SharePoint.SPCalendarViewStyle
SPCalendarViewStyle 物件,表示行事曆檢視樣式。

請參閱

參照

SPCalendarViewStyleCollection class

SPCalendarViewStyleCollection members

Microsoft.SharePoint namespace