XsltListFormWebPart.AutoRefresh property
取得或設定值,指出是否自動重新整理XsltListFormWebPart 。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<WebBrowsableAttribute(False)> _
Public Overrides Property AutoRefresh As Boolean
Get
Set
'用途
Dim instance As XsltListFormWebPart
Dim value As Boolean
value = instance.AutoRefresh
instance.AutoRefresh = value
[WebBrowsableAttribute(false)]
public override bool AutoRefresh { get; set; }
Property value
Type: System.Boolean
在所有情況下false 。
備註
這個屬性會覆寫**[T;Microsoft.SharePoint.WebPartPages.AutoRefresh]**屬性。這個屬性被為了要支援非同步的重新整理的網頁組件資料。