Método _dispWebServicesEvents_SinkHelper.WebServiceRemoved
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 WebServiceRemoved ( _
A_1 As WebService _
)
public virtual void WebServiceRemoved(
WebService A_1
)
public:
virtual void WebServiceRemoved(
WebService^ A_1
)
abstract WebServiceRemoved :
A_1:WebService -> unit
override WebServiceRemoved :
A_1:WebService -> unit
public function WebServiceRemoved(
A_1 : WebService
)
Parâmetros
- A_1
Tipo: VsWebSite.WebService
O serviço da Web.
Implementações
_dispWebServicesEvents.WebServiceRemoved(WebService)
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.