共用方式為


DataFormWebPart.IsCrossPageConnectionAboutToBeFired method

決定是否要引發的跨網頁連線的DataFormWebPart做為提供者。

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

Syntax

'宣告
Protected Function IsCrossPageConnectionAboutToBeFired As Boolean
'用途
Dim returnValue As Boolean

returnValue = Me.IsCrossPageConnectionAboutToBeFired()
protected bool IsCrossPageConnectionAboutToBeFired()

傳回值

Type: System.Boolean
true如果沒有引發 ; 跨網頁連結否則, false。

備註

這個方法會檢查在其DataFormWebPart做為提供者,以判斷是否有跨網頁連結的所有連線。

請參閱

參照

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace