Freigeben über


My.Application.ApplicationContext-Eigenschaft

Aktualisiert: November 2007

Ruft das ApplicationContext-Objekt für den aktuellen Thread einer Windows Forms-Anwendung ab.

' Usage
Dim value As System.Windows.Forms.ApplicationContext = My.Application.ApplicationContext
' Declaration
Public ReadOnly Property ApplicationContext As System.Windows.Forms.ApplicationContext

Rückgabewert

Diese Eigenschaft gibt das ApplicationContext-Objekt für den aktuellen Thread zurück. Dieses Objekt enthält Kontextinformationen über den Thread.

Hinweise

Dies ist ein erweiterter Member, der in IntelliSense nur angezeigt wird, wenn Sie auf die Registerkarte Alles klicken.

Anforderungen

Namespace:Microsoft.VisualBasic.ApplicationServices

Klasse:WindowsFormsApplicationBase

Assembly: Visual Basic-Laufzeitbibliothek (in Microsoft.VisualBasic.dll)

Verfügbarkeit nach Projekttyp

Projekttyp

Verfügbar

Windows-Anwendung

Ja

Klassenbibliothek

Nein

Konsolenanwendung

Nein

Windows-Steuerelementbibliothek

Nein

Web-Steuerelementbibliothek

Nein

Windows-Dienst

Nein

Website

Nein

Berechtigungen

Es sind keine Berechtigungen erforderlich.

Siehe auch

Referenz

My.Application-Objekt

System.Windows.Forms.ApplicationContext

WindowsFormsApplicationBase.ApplicationContext