共用方式為


CustomizedPageStatus 列舉

指定頁面的快取和自訂狀態。

此列舉有 FlagsAttribute 屬性,允許其成員值的位元組合。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)

語法

'宣告
<FlagsAttribute> _
Public Enumeration CustomizedPageStatus
'用途
Dim instance As CustomizedPageStatus
[FlagsAttribute]
public enum CustomizedPageStatus

成員

成員名稱 描述
None 值的指定頁面永不快取的列舉。值 = 0。
Uncustomized 列舉其值指定頁面有快取,就無法自訂。值 = 1。
Customized 值的指定頁面快取及自訂的列舉。值 = 2。

請參閱

參照

Microsoft.SharePoint.Client 命名空間