Método WebServicesEventsClass.remove_WebServiceChanged
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
Public Overridable Sub remove_WebServiceChanged ( _
A_1 As _dispWebServicesEvents_WebServiceChangedEventHandler _
)
public virtual void remove_WebServiceChanged(
_dispWebServicesEvents_WebServiceChangedEventHandler A_1
)
public:
virtual void remove_WebServiceChanged(
_dispWebServicesEvents_WebServiceChangedEventHandler^ A_1
)
abstract remove_WebServiceChanged :
A_1:_dispWebServicesEvents_WebServiceChangedEventHandler -> unit
override remove_WebServiceChanged :
A_1:_dispWebServicesEvents_WebServiceChangedEventHandler -> unit
public function remove_WebServiceChanged(
A_1 : _dispWebServicesEvents_WebServiceChangedEventHandler
)
Parâmetros
- A_1
Tipo: VsWebSite._dispWebServicesEvents_WebServiceChangedEventHandler
O manipulador de eventos.
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.