SpecialEditorCommandEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SpecialEditorCommandEventArgs()
protected:
SpecialEditorCommandEventArgs();
protected SpecialEditorCommandEventArgs();
Protected Sub New ()
Applies to
SpecialEditorCommandEventArgs(Int32, Object[], IntPtr)
public:
SpecialEditorCommandEventArgs(int cmdID, cli::array <System::Object ^> ^ vIn, IntPtr vOut);
public SpecialEditorCommandEventArgs(int cmdID, object[] vIn, IntPtr vOut);
new Microsoft.SqlServer.Management.UI.VSIntegration.SpecialEditorCommandEventArgs : int * obj[] * nativeint -> Microsoft.SqlServer.Management.UI.VSIntegration.SpecialEditorCommandEventArgs
Public Sub New (cmdID As Integer, vIn As Object(), vOut As IntPtr)
Parameters
- cmdID
- Int32
- vIn
- Object[]
- vOut
-
IntPtr
nativeint