IPublishProperties3.UpdateInterval 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置应用程序检查更新之前等待的时间。
public:
property int UpdateInterval { int get(); void set(int value); };
public:
property int UpdateInterval { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(23)]
public int UpdateInterval { get; set; }
[<System.Runtime.InteropServices.DispId(23)>]
member this.UpdateInterval : int with get, set
Public Property UpdateInterval As Integer
属性值
应用程序检查更新之前等待多长时间,以属性定义的单位 UpdateIntervalUnits 。
实现
- 属性