WindowsFormsApplicationBase.ApplicationContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Windows Form 應用程式之目前執行緒的 ApplicationContext 物件。
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
屬性值
目前線程的相關內容資訊。
備註
這是進階成員;除非您按兩下 [ 所有 ] 索引標籤,否則不會出現在 IntelliSense 中。
依專案類型的可用性
專案類型 | 可用 |
---|---|
Windows Forms 應用程式 | 是 |
類別庫 | 否 |
主控台應用程式 | 否 |
Windows Form 控制項程式庫 | 否 |
Web 控制項程式庫 | 否 |
Windows 服務 | 否 |
網站 | 否 |