共用方式為


SPContextPageInfo.GhostedPage property

取得布林值,這個值,指出頁面是否為根據 (建立映像)。

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

Syntax

'宣告
Public Property GhostedPage As Boolean
    Get
    Friend Set
'用途
Dim instance As SPContextPageInfo
Dim value As Boolean

value = instance.GhostedPage
public bool GhostedPage { get; internal set; }

Property value

Type: System.Boolean
true如果未自訂頁面 (也就是頁面建立映像)。否則false。

請參閱

參照

SPContextPageInfo class

SPContextPageInfo members

Microsoft.SharePoint namespace