_dispBuildEvents_SinkHelper.OnBuildProjConfigDone, 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 OnBuildProjConfigDone ( _
A_1 As String, _
A_2 As String, _
A_3 As String, _
A_4 As String, _
A_5 As Boolean _
)
public virtual void OnBuildProjConfigDone(
string A_1,
string A_2,
string A_3,
string A_4,
bool A_5
)
public:
virtual void OnBuildProjConfigDone(
String^ A_1,
String^ A_2,
String^ A_3,
String^ A_4,
bool A_5
)
abstract OnBuildProjConfigDone :
A_1:string *
A_2:string *
A_3:string *
A_4:string *
A_5:bool -> unit
override OnBuildProjConfigDone :
A_1:string *
A_2:string *
A_3:string *
A_4:string *
A_5:bool -> unit
public function OnBuildProjConfigDone(
A_1 : String,
A_2 : String,
A_3 : String,
A_4 : String,
A_5 : boolean
)
Paramètres
- A_1
Type : System.String
- A_2
Type : System.String
- A_3
Type : System.String
- A_4
Type : System.String
- A_5
Type : System.Boolean
Implémentations
_dispBuildEvents.OnBuildProjConfigDone(String, String, String, String, 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.