AddIns.Update Method
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.
Updates the collection.
public:
void Update();
public:
void Update();
void Update();
[System.Runtime.InteropServices.DispId(41)]
public void Update ();
[<System.Runtime.InteropServices.DispId(41)>]
abstract member Update : unit -> unit
Public Sub Update ()
- Attributes
Remarks
Add-ins are now deprecated. For more information, see FAQ: Converting Add-ins to VSPackage Extensions.