共用方式為


XsltListFormWebPart.AutoRefreshInterval property

取得或設定之XsltListFormWebPart重新整理間的非同步的時間間隔。

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

Syntax

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

value = instance.AutoRefreshInterval

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

Property value

Type: System.Int32
表示非同步的時間間隔的秒數。

請參閱

參照

XsltListFormWebPart class

XsltListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace