共用方式為


SPView.Method property

取得或設定 [清單] 檢視的檢視方法。

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

Syntax

'宣告
Public Property Method As String
    Get
    Set
'用途
Dim instance As SPView
Dim value As String

value = instance.Method

instance.Method = value
public string Method { get; set; }

Property value

Type: System.String
String
檢視的方法。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace