SpecialEditorCommandEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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