Share via


IVsaIDESite.Notify-Methode

Dieser Typ unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung im Code vorgesehen.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
<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
)

Parameter

  • notify
    Typ: String
  • optional
    Typ: Object

Siehe auch

Referenz

IVsaIDESite Schnittstelle

Microsoft.Vsa-Namespace