返回的字符串表示形式指定的视图类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function SPViewTypeToString ( _
type As SPViewCollection.SPViewType _
) As String
用法
Dim type As SPViewCollection.SPViewType
Dim returnValue As String
returnValue = SPViewCollection.SPViewTypeToString(type)
public static string SPViewTypeToString(
SPViewCollection.SPViewType type
)
参数
type
类型:Microsoft.SharePoint.SPViewCollection.SPViewType枚举值,指定视图的类型。
返回值
类型:System.String
一个包含视图类型的表示形式的字符串。