_dispCommandEvents_AfterExecuteEventHandler Temsilci
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Yalnızca Microsoft Dahili Kullanımı İçindir.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
public delegate void _dispCommandEvents_AfterExecuteEventHandler(System::String ^ Guid, int ID, System::Object ^ CustomIn, System::Object ^ CustomOut);
public delegate void _dispCommandEvents_AfterExecuteEventHandler(Platform::String ^ Guid, int ID, Platform::Object ^ CustomIn, Platform::Object ^ CustomOut);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(16)]
public delegate void _dispCommandEvents_AfterExecuteEventHandler(string Guid, int ID, object CustomIn, object CustomOut);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(16)>]
type _dispCommandEvents_AfterExecuteEventHandler = delegate of string * int * obj * obj -> unit
Public Delegate Sub _dispCommandEvents_AfterExecuteEventHandler(Guid As String, ID As Integer, CustomIn As Object, CustomOut As Object)
Parametreler
- Guid
- String
GUID.
- ID
- Int32
Komut KIMLIĞI.
- CustomIn
- Object
Özel giriş parametreleri.
- CustomOut
- Object
Özel çıkış parametreleri.
- Öznitelikler