Share via


IVsBuildManagerAccessor2.UIThreadIsAvailableForBuild Property

Gets an event that is signaled whenever the UI thread is available for a build.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
ReadOnly Property UIThreadIsAvailableForBuild As IntPtr
IntPtr UIThreadIsAvailableForBuild { get; }
property IntPtr UIThreadIsAvailableForBuild {
    IntPtr get ();
}
abstract UIThreadIsAvailableForBuild : IntPtr with get
function get UIThreadIsAvailableForBuild () : IntPtr

Property Value

Type: System.IntPtr

.NET Framework Security

See Also

Reference

IVsBuildManagerAccessor2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace