Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Class CommandContextChangedEventArgs _
Inherits EventArgs
'使用
Dim instance As CommandContextChangedEventArgs
[CLSCompliantAttribute(false)]
public class CommandContextChangedEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class CommandContextChangedEventArgs : public EventArgs
public class CommandContextChangedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Modeling.Shell.CommandContextChangedEventArgs
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.