_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler, délégué

Ce délégué prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms: VSLangProj
Assembly : VSLangProj (dans vslangproj.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler ( _
    <InAttribute> bstrOutputMoniker As String _
)
'Utilisation
Dim instance As New _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate void _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler (
    [InAttribute] string bstrOutputMoniker
)
[ComVisibleAttribute(false)] 
public delegate void _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler (
    [InAttribute] String^ bstrOutputMoniker
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler (
    /** @attribute InAttribute() */ String bstrOutputMoniker
)
JScript prend en charge l'utilisation de délégués mais pas la déclaration de nouveaux délégués.

Paramètres

  • bstrOutputMoniker
     

Voir aussi

Référence

VSLangProj, espace de noms