Método BuildManagerEventsClass.remove_DesignTimeOutputDeleted
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: VSLangProj
Assembly: VSLangProj (em VSLangProj.dll)
Sintaxe
'Declaração
Public Overridable Sub remove_DesignTimeOutputDeleted ( _
A_1 As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler _
)
public virtual void remove_DesignTimeOutputDeleted(
_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler A_1
)
public:
virtual void remove_DesignTimeOutputDeleted(
_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ A_1
)
abstract remove_DesignTimeOutputDeleted :
A_1:_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler -> unit
override remove_DesignTimeOutputDeleted :
A_1:_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler -> unit
public function remove_DesignTimeOutputDeleted(
A_1 : _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler
)
Parâmetros
Implementações
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.