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이 애플리케이션이 단일 인스턴스 애플리케이션임을 나타내려면 입니다. 그렇지 않으면 . False

설명

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

적용 대상

추가 정보