Reference2.Path 属性

获取引用文件的路径。 只读。

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

语法

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

属性值

类型:System.String
字符串。该属性返回引用的路径和文件名(若引用可解析)。如果路径不可解析,则返回空字符串。有关解析引用的信息,请参见 Add

备注

路径不能为 UNC 或 URL。

.NET Framework 安全性

请参见

参考

Reference2 接口

Path 重载

VSLangProj2 命名空间