SPViewCollection.SPViewTypeToString method
傳回指定的檢視類型的字串表示。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: Microsoft.SharePoint.SPViewCollection.SPViewType指定的檢視類型的列舉型別值。
傳回值
Type: System.String
字串,包含檢視型別的表示。