WindowsFormsApplicationBase.ApplicationContext Eigenschaft

Definition

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

public:
 property System::Windows::Forms::ApplicationContext ^ ApplicationContext { System::Windows::Forms::ApplicationContext ^ get(); };
public System.Windows.Forms.ApplicationContext ApplicationContext { get; }
member this.ApplicationContext : System.Windows.Forms.ApplicationContext
Public ReadOnly Property ApplicationContext As ApplicationContext

Eigenschaftswert

Kontextbezogene Informationen zum aktuellen Thread.

Hinweise

Dies ist ein erweitertes Mitglied; Es wird in IntelliSense nur angezeigt, wenn Sie auf die Registerkarte Alle klicken.

Verfügbarkeit nach Projekttyp

Projekttyp Verfügbar
Windows Forms-Anwendung Ja
Klassenbibliothek Nein
Konsolenanwendung Nein
Windows Forms-Steuerelementbibliothek Nein
Websteuerelementbibliothek Nein
Windows-Dienst Nein
Website Nein

Gilt für:

Weitere Informationen