AssemblyInfo.DirectoryPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得儲存應用程式的目錄。
public:
property System::String ^ DirectoryPath { System::String ^ get(); };
public string DirectoryPath { get; }
member this.DirectoryPath : string
Public ReadOnly Property DirectoryPath As String
屬性值
String
,包含儲存應用程式的目錄。
範例
這個範例會 My.Application.Info.DirectoryPath
使用 屬性來顯示儲存應用程式的目錄路徑。
MsgBox("Application directory path: " & My.Application.Info.DirectoryPath)
備註
屬性 My.Application.Info.DirectoryPath
會取得儲存應用程式的目錄。
依專案類型的可用性
專案類型 | 可用 |
---|---|
Windows Forms 應用程式 | 是 |
類別庫 | 是 |
主控台應用程式 | 是 |
Windows Form 控制項程式庫 | 是 |
Web 控制項程式庫 | 否 |
Windows 服務 | 是 |
網站 | 否 |