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