WaitCursorHelper.NewWaitCursor Method
Creates a wait cursor object.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.Host
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function NewWaitCursor As IDisposable
'Usage
Dim returnValue As IDisposable
returnValue = WaitCursorHelper.NewWaitCursor()
public static IDisposable NewWaitCursor()
public:
static IDisposable^ NewWaitCursor()
public static function NewWaitCursor() : IDisposable
static member NewWaitCursor : unit -> IDisposable
Return Value
Type: System.IDisposable
.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.VisualStudio.Data.Schema.Project.Common.Host Namespace