Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Performs a synchronous refresh of the view.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Overridable Sub Update
public virtual void Update()
public:
virtual void Update()
abstract Update : unit -> unit
override Update : unit -> unit
public function Update()
Remarks
If the asynchronous update is insufficient for a particular scenario, use the Update method to force the view to update synchronously. Nothing happens if the view update encounters an error.
.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
Microsoft.Windows.Design.Model Namespace