共用方式為


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 會使用這個屬性來判斷此應用程式是否為單一實例應用程式。

適用於

另請參閱