ISharePointProjectOutputReference.OutputFullPath 属性

获取项目的输出的完整路径。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
ReadOnly Property OutputFullPath As String
    Get
string OutputFullPath { get; }

属性值

类型:System.String
一个表示项目输出文件路径的字符串。

备注

通常,项目的输出是已编译的程序集文件(如 DLL),但项目输出取决于项目类型。 例如,对于 Silverlight 应用程序项目,该属性的值为 Silverlight DLL,但 .XAP 文件是打包的实际文件。 因此,在这种情况下,此属性返回 .XAP 文件(而不是 DLL)的路径。

.NET Framework 安全性

请参见

参考

ISharePointProjectOutputReference 接口

Microsoft.VisualStudio.SharePoint 命名空间