共用方式為


Module.Path 屬性

取得模組的完整路徑,例如 c:\windows\system32\kernel32.dll。 Path 對應於 [模組] 視窗的 [Path] 欄位。

命名空間:  EnvDTE90
組件:  EnvDTE90 (在 EnvDTE90.dll 中)

語法

'宣告
ReadOnly Property Path As String
string Path { get; }
property String^ Path {
    String^ get ();
}
abstract Path : string with get
function get Path () : String

屬性值

類型:String
表示模組路徑的 string 值。

.NET Framework 安全性

請參閱

參考

Module 介面

EnvDTE90 命名空間