Module.SymbolFile 属性

获取此模块的符号文件的路径。 如果未加载符号,则返回 nullnull 引用(在 Visual Basic 中为 Nothing)。

命名空间:  EnvDTE90
程序集:  EnvDTE90(在 EnvDTE90.dll 中)

语法

声明
ReadOnly Property SymbolFile As String
string SymbolFile { get; }
property String^ SymbolFile {
    String^ get ();
}
abstract SymbolFile : string
function get SymbolFile () : String

属性值

类型:System.String
一个 string,表示模块的符号文件的路径。

.NET Framework 安全性

请参见

参考

Module 接口

EnvDTE90 命名空间