共用方式為


SPView.EditorModified property

取得布林值,這個值表示檢視是否已在 HTML 編輯器中修改。

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

Syntax

'宣告
Public Property EditorModified As Boolean
    Get
    Set
'用途
Dim instance As SPView
Dim value As Boolean

value = instance.EditorModified

instance.EditorModified = value
public bool EditorModified { get; set; }

Property value

Type: System.Boolean
true如果在 HTML 編輯器 ; 已修改的檢視否則, false。

備註

當它無法編輯的瀏覽器中不再程度自訂檢視,是在內部設定EditorModified屬性。這個屬性也設定為原先安裝無法自訂瀏覽器,例如文件庫的 Explorer 檢視或行事曆檢視事件清單的檢視。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace