SpecialEditorCommandEventArgs 构造函数

定义

重载

SpecialEditorCommandEventArgs()
SpecialEditorCommandEventArgs(Int32, Object[], IntPtr)

SpecialEditorCommandEventArgs()

protected:
 SpecialEditorCommandEventArgs();
protected SpecialEditorCommandEventArgs ();
Protected Sub New ()

适用于

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)

参数

cmdID
Int32
vIn
Object[]
vOut
IntPtr

nativeint

适用于