_dispCommandEvents_SinkHelper.BeforeExecute, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- A_1
Type : System.String
- A_2
Type : System.Int32
- A_3
Type : System.Object
- A_4
Type : System.Object
- A_5
Type : System.Boolean%
Implémentations
_dispCommandEvents.BeforeExecute(String, Int32, Object, Object, Boolean%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.