Freigeben über


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
Sub Notify ( _
    notify As String, _
    optional As Object _
)
'Usage
Dim instance As IVsaIDESite
Dim notify As String
Dim optional As Object

instance.Notify(notify, optional)
void Notify (
    string notify,
    Object optional
)
void Notify (
    String^ notify, 
    Object^ optional
)
void Notify (
    String notify, 
    Object optional
)
function Notify (
    notify : String, 
    optional : Object
)

Parameter

  • notify
  • optional

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

IVsaIDESite-Schnittstelle
IVsaIDESite-Member
Microsoft.Vsa-Namespace