共用方式為


XsltListFormWebPart.AsyncRefresh property

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

Syntax

'宣告
<WebBrowsableAttribute(False)> _
Public Overrides Property AsyncRefresh As Boolean
    Get
    Set
'用途
Dim instance As XsltListFormWebPart
Dim value As Boolean

value = instance.AsyncRefresh

instance.AsyncRefresh = value
[WebBrowsableAttribute(false)]
public override bool AsyncRefresh { get; set; }

Property value

Type: System.Boolean
在所有情況下false 。

備註

這個屬性會覆寫**[T;Microsoft.SharePoint.WebPartPages.AsyncRefresh]**屬性。這個屬性被為了要支援非同步的重新整理的網頁組件資料。

請參閱

參照

XsltListFormWebPart class

XsltListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace