_dispCommandEvents_SinkHelper.BeforeExecute – metoda
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
Public Overridable Sub BeforeExecute ( _
A_1 As String, _
A_2 As Integer, _
A_3 As Object, _
A_4 As Object, _
ByRef A_5 As Boolean _
)
public virtual void BeforeExecute(
string A_1,
int A_2,
Object A_3,
Object A_4,
ref bool A_5
)
public:
virtual void BeforeExecute(
String^ A_1,
int A_2,
Object^ A_3,
Object^ A_4,
bool% A_5
)
abstract BeforeExecute :
A_1:string *
A_2:int *
A_3:Object *
A_4:Object *
A_5:bool byref -> unit
override BeforeExecute :
A_1:string *
A_2:int *
A_3:Object *
A_4:Object *
A_5:bool byref -> unit
public function BeforeExecute(
A_1 : String,
A_2 : int,
A_3 : Object,
A_4 : Object,
A_5 : boolean
)
Parametry
- A_1
Typ: System.String
- A_2
Typ: System.Int32
- A_3
Typ: System.Object
- A_4
Typ: System.Object
- A_5
Typ: System.Boolean%
Implementuje
_dispCommandEvents.BeforeExecute(String, Int32, Object, Object, Boolean%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.