DoIdleEventArgs Class
The event args given to a listener of the DoIdle event.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣告
<CLSCompliantAttribute(False)> _
Public Class DoIdleEventArgs _
Inherits EventArgs
'用途
Dim instance As DoIdleEventArgs
[CLSCompliantAttribute(false)]
public class DoIdleEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class DoIdleEventArgs : public EventArgs
[<CLSCompliantAttribute(false)>]
type DoIdleEventArgs =
class
inherit EventArgs
end
public class DoIdleEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.PlatformUI.OleComponentSupport.DoIdleEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace