LayoutSynchronizer Class
Class which helps ensure that layout happens synchronously based on data model changes. While inside a layout-synchronization scope, calling Update will ensure that the updated element will be laid out synchronously. Participating controls should call LayoutSynchronizer.Update when their data model changes.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaración
Public NotInheritable Class LayoutSynchronizer
'Uso
You do not need to declare an instance of a static class in order to access its members.
public static class LayoutSynchronizer
public ref class LayoutSynchronizer abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LayoutSynchronizer = class end
public final class LayoutSynchronizer
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.LayoutSynchronizer
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.