_Application.StartupPath プロパティ

定義

最後の区切り記号を除く、スタートアップ フォルダーの完全なパスを設定または返します。

public:
 property System::String ^ StartupPath { System::String ^ get(); void set(System::String ^ value); };
public string StartupPath { get; set; }
member this.StartupPath : string with get, set
Public Property StartupPath As String

プロパティ値

注釈

スタートアップ フォルダーにあるテンプレートとアドインは、Microsoft Wordを起動すると自動的に読み込まれます。

適用対象