Compartir a través de


IVsaIDESite.Notify (Método)

Este tipo admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub Notify ( _
    notify As String, _
    optional As Object _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void Notify(
    string notify,
    Object optional
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void Notify(
    String^ notify, 
    Object^ optional
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Notify : 
        notify:string * 
        optional:Object -> unit
function Notify(
    notify : String, 
    optional : Object
)

Parámetros

  • notify
    Tipo: String
  • optional
    Tipo: Object

Vea también

Referencia

IVsaIDESite Interfaz

Microsoft.Vsa (Espacio de nombres)