다음을 통해 공유


LayoutSynchronizer.IsSynchronizing Property

Determines if any IDisposables created from BeginLayoutSynchronization still remain active.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Shared ReadOnly Property IsSynchronizing As Boolean
    Get
‘사용 방법
Dim value As Boolean

value = LayoutSynchronizer.IsSynchronizing
public static bool IsSynchronizing { get; }
public:
static property bool IsSynchronizing {
    bool get ();
}
static member IsSynchronizing : bool
static function get IsSynchronizing () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LayoutSynchronizer Class

LayoutSynchronizer Members

Microsoft.VisualStudio.PlatformUI Namespace