PregenerateApplicationManifest.UpdateInterval Property

Gets or sets the frequency with which the add-in checks for updates.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration
Assembly:  Microsoft.VisualStudio.Tools.Applications.BuildTasks (in Microsoft.VisualStudio.Tools.Applications.BuildTasks.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property UpdateInterval As Integer
'Usage
Dim instance As PregenerateApplicationManifest 
Dim value As Integer 

value = instance.UpdateInterval

instance.UpdateInterval = value
[RequiredAttribute]
public int UpdateInterval { get; set; }
[RequiredAttribute]
public:
property int UpdateInterval {
    int get ();
    void set (int value);
}
public function get UpdateInterval () : int 
public function set UpdateInterval (value : int)

Property Value

Type: System.Int32
A number that represents the frequency with which the add-in checks for updates.

Remarks

Use UpdateInterval together with UpdateIntervalUnits.

The UpdateInterval property must be assigned before Execute is called.

.NET Framework Security

See Also

Reference

PregenerateApplicationManifest Class

PregenerateApplicationManifest Members

Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace