共用方式為


SPView.InlineEdit property

取得或設定 string,其指定檢視是否是內嵌編輯模式。

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

Syntax

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

value = instance.InlineEdit

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

Property value

Type: System.String
String
true如果檢視是內嵌在編輯模式。否則, false。預設值是false。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace