MenuCommand.Invoke Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Meghívja a parancsot.
Túlterhelések
| Name | Description |
|---|---|
| Invoke() |
Meghívja a parancsot. |
| Invoke(Object) |
Meghívja a parancsot a megadott paraméterrel. |
Invoke()
- Forrás:
- MenuCommand.cs
- Forrás:
- MenuCommand.cs
- Forrás:
- MenuCommand.cs
- Forrás:
- MenuCommand.cs
- Forrás:
- MenuCommand.cs
Meghívja a parancsot.
public:
virtual void Invoke();
public virtual void Invoke();
abstract member Invoke : unit -> unit
override this.Invoke : unit -> unit
Public Overridable Sub Invoke ()
A következőre érvényes:
Invoke(Object)
- Forrás:
- MenuCommand.cs
- Forrás:
- MenuCommand.cs
- Forrás:
- MenuCommand.cs
- Forrás:
- MenuCommand.cs
- Forrás:
- MenuCommand.cs
Meghívja a parancsot a megadott paraméterrel.
public:
virtual void Invoke(System::Object ^ arg);
public virtual void Invoke(object arg);
abstract member Invoke : obj -> unit
override this.Invoke : obj -> unit
Public Overridable Sub Invoke (arg As Object)
Paraméterek
- arg
- Object
A parancs nem kötelező argumentuma.
Megjegyzések az öröklőkhöz
A metódus alapértelmezett implementációja figyelmen kívül hagyja arg, de a származtatott osztályok felülírhatják ezt a metódust, és használhatják azt.