Share via


CmdWithExtraParamsEventArgs Class

event args for menu commands that take extra parameters in either pvsIn or pvaOut

Inheritance Hierarchy

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

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 Class CmdWithExtraParamsEventArgs _
    Inherits EventArgs
'Usage
Dim instance As CmdWithExtraParamsEventArgs
[ComVisibleAttribute(false)]
public class CmdWithExtraParamsEventArgs : EventArgs
[ComVisibleAttribute(false)]
public ref class CmdWithExtraParamsEventArgs : public EventArgs
[<ComVisibleAttribute(false)>]
type CmdWithExtraParamsEventArgs =  
    class
        inherit EventArgs
    end
public class CmdWithExtraParamsEventArgs extends EventArgs

The CmdWithExtraParamsEventArgs type exposes the following members.

Constructors

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

Top

Properties

  Name Description
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