GenerateOfficeDocumentInstallationPath.InstallationPath 属性

获取要向其中写入自定义文档的安装文件夹的相对或完全限定路径。

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

语法

声明
<OutputAttribute> _
Public ReadOnly Property InstallationPath As String
[OutputAttribute]
public string InstallationPath { get; }

属性值

类型:System.String
一个 String,表示要向其中写入自定义文档的安装文件夹的相对或完全限定路径。此路径对于本地驱动器和网络驱动器可以是相对路径,但是 HTTP/HTTPS 位置必须为完全限定路径。

.NET Framework 安全性

请参见

参考

GenerateOfficeDocumentInstallationPath 类

Microsoft.VisualStudio.Tools.Office.BuildTasks 命名空间