IPublishProperties3.UpdateMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the strategy that the application uses to check for available updates.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::UpdateMode UpdateMode { Microsoft::VisualStudio::ManagedInterfaces::Publish::UpdateMode get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::UpdateMode value); };
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::UpdateMode UpdateMode { Microsoft::VisualStudio::ManagedInterfaces::Publish::UpdateMode get(); void set(Microsoft::VisualStudio::ManagedInterfaces::Publish::UpdateMode value); };
[System.Runtime.InteropServices.DispId(25)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.UpdateMode UpdateMode { get; set; }
[<System.Runtime.InteropServices.DispId(25)>]
member this.UpdateMode : Microsoft.VisualStudio.ManagedInterfaces.Publish.UpdateMode with get, set
Public Property UpdateMode As UpdateMode
Property Value
One of the UpdateMode values.
Implements
- Attributes