PregenerateApplicationManifest.UpdateEnabled Property
Gets or sets a value that indicates whether an add-in checks for updates at regular intervals.
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 UpdateEnabled As Boolean
'Usage
Dim instance As PregenerateApplicationManifest
Dim value As Boolean
value = instance.UpdateEnabled
instance.UpdateEnabled = value
[RequiredAttribute]
public bool UpdateEnabled { get; set; }
[RequiredAttribute]
public:
property bool UpdateEnabled {
bool get ();
void set (bool value);
}
public function get UpdateEnabled () : boolean
public function set UpdateEnabled (value : boolean)
Property Value
Type: System.Boolean
true if an add-in checks for updates at regular intervals; otherwise, false. The default is false.
Remarks
The UpdateEnabled property must be assigned before Execute is called.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PregenerateApplicationManifest Class
PregenerateApplicationManifest Members
Microsoft.VisualStudio.Tools.Applications.Hosting.CodeGeneration Namespace