SPCalendarViewStyleCollection.CalendarViewStyleByType 方法
返回指定类型的日历视图样式。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.String一个字符串,指定日历查看样式类型,例如"天"、"周"或"月份"。
返回值
类型:Microsoft.SharePoint.SPCalendarViewStyle
表示日历视图样式的SPCalendarViewStyle对象。
另请参阅
引用
SPCalendarViewStyleCollection 类