BaseCodeGeneratorWithSite.SetWaitCursor Method
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost (in Microsoft.VisualStudio.TextTemplating.VSHost.dll)
Syntax
'Declaration
Protected Sub SetWaitCursor
'Usage
Me.SetWaitCursor()
protected void SetWaitCursor()
protected:
void SetWaitCursor()
protected function SetWaitCursor()
.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
BaseCodeGeneratorWithSite Class