WindowsFormsSection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
애플리케이션 설정을 구문 분석하기 위한 새 ConfigurationSection 항목을 정의합니다. 이 클래스는 상속할 수 없습니다.
public ref class WindowsFormsSection sealed : System::Configuration::ConfigurationSection
public ref class WindowsFormsSection sealed
public sealed class WindowsFormsSection : System.Configuration.ConfigurationSection
public sealed class WindowsFormsSection
type WindowsFormsSection = class
inherit ConfigurationSection
type WindowsFormsSection = class
Public NotInheritable Class WindowsFormsSection
Inherits ConfigurationSection
Public NotInheritable Class WindowsFormsSection
- 상속
- 상속
-
WindowsFormsSection
설명
이 클래스는 Windows Forms 애플리케이션 설정을 지원합니다. 이 기능에 대한 자세한 내용은 애플리케이션 설정 개요를 참조하세요.
생성자
| Name | Description |
|---|---|
| WindowsFormsSection() |
WindowsFormsSection 클래스의 새 인스턴스를 초기화합니다. |