AppActivateEventArgs Class
The event args given to listeners of the AppActivate 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 AppActivateEventArgs _
Inherits EventArgs
'用途
Dim instance As AppActivateEventArgs
[CLSCompliantAttribute(false)]
public class AppActivateEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class AppActivateEventArgs : public EventArgs
[<CLSCompliantAttribute(false)>]
type AppActivateEventArgs =
class
inherit EventArgs
end
public class AppActivateEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.PlatformUI.OleComponentSupport.AppActivateEventArgs
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