IVsBuildManagerAccessor2.UIThreadIsAvailableForBuild Property
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.
Gets an event that is signaled whenever the UI thread is available for a build.
public:
property IntPtr UIThreadIsAvailableForBuild { IntPtr get(); };
[System.Runtime.InteropServices.DispId(1610743809)]
public IntPtr UIThreadIsAvailableForBuild { get; }
public IntPtr UIThreadIsAvailableForBuild { get; }
[<System.Runtime.InteropServices.DispId(1610743809)>]
member this.UIThreadIsAvailableForBuild : nativeint
member this.UIThreadIsAvailableForBuild : nativeint
Public ReadOnly Property UIThreadIsAvailableForBuild As IntPtr
Property Value
IntPtr
nativeint
The wait handle.
- Attributes