WindowsFormsApplicationBase.IsSingleInstance プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このプロパティは、.NET Framework version 2.0 で新しく追加されたものです。
このアプリケーションが単一インスタンスのアプリケーションであるかどうかを決定します。
名前空間: Microsoft.VisualBasic.ApplicationServices
アセンブリ: Microsoft.VisualBasic (microsoft.visualbasic.dll 内)
構文
Protected Property IsSingleInstance As Boolean
value = Me.IsSingleInstance
Me.IsSingleInstance = value
protected bool IsSingleInstance { get; set; }
protected: property bool IsSingleInstance { bool get (); void set (bool value); }
/** @property */ protected boolean get_IsSingleInstance ()
/** @property */ protected void set_IsSingleInstance (boolean value)
protected function get IsSingleInstance () : boolean
protected function set IsSingleInstance (value : boolean)
プロパティ値
このアプリケーションが単一インスタンスのアプリケーションであるかどうかを示す Boolean 値。
Run メソッドは、このプロパティを使用して、アプリケーションが単一インスタンスのアプリケーションであるかどうかを判断します。
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
WindowsFormsApplicationBase クラス
WindowsFormsApplicationBase メンバ
Microsoft.VisualBasic.ApplicationServices 名前空間
Run
その他の技術情報
Visual Basic アプリケーション モデルの拡張