Share via


SpecialEditorCommandEventArgs Class

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..SpecialEditorCommandEventArgs

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class SpecialEditorCommandEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SpecialEditorCommandEventArgs
[ComVisibleAttribute(false)]
public sealed class SpecialEditorCommandEventArgs : EventArgs
[ComVisibleAttribute(false)]
public ref class SpecialEditorCommandEventArgs sealed : public EventArgs
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type SpecialEditorCommandEventArgs =  
    class
        inherit EventArgs
    end
public final class SpecialEditorCommandEventArgs extends EventArgs

The SpecialEditorCommandEventArgs type exposes the following members.

Constructors

  Name Description
Public method SpecialEditorCommandEventArgs Initializes a new instance of the SpecialEditorCommandEventArgs class.

Top

Properties

  Name Description
Public property CommandID Gets {insert text here}.
Public property VariantIn Gets {insert text here}.
Public property VariantOut Gets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.Data.Tools.SqlEditor.VSIntegration Namespace