SPViewCollection.SPViewTypeToString 方法

返回的字符串表示形式指定的视图类型。

命名空间:  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
)

参数

返回值

类型:System.String
一个包含视图类型的表示形式的字符串。

另请参阅

引用

SPViewCollection 类

SPViewCollection 成员

Microsoft.SharePoint 命名空间