WindowsFormsApplicationBase.IsSingleInstance 속성

정의

이 애플리케이션이 단일 인스턴스 애플리케이션인지 여부를 나타내는 값을 가져오거나 설정합니다.

protected:
 property bool IsSingleInstance { bool get(); void set(bool value); };
protected bool IsSingleInstance { get; set; }
member this.IsSingleInstance : bool with get, set
Protected Property IsSingleInstance As Boolean

속성 값

True이 애플리케이션이 단일 instance 애플리케이션임을 나타내려면 이고, False그렇지 않으면 입니다.

설명

Run 메서드가이 속성을 사용 하 여이 애플리케이션에 단일 인스턴스 애플리케이션을 인지 여부를 확인 합니다.

적용 대상

추가 정보