BuildManager.DesignTimeOutputMonikers 属性

定义

获取项目的临时可移植可执行文件 (PE) 名字对象。

public:
 property System::Object ^ DesignTimeOutputMonikers { System::Object ^ get(); };
public:
 property Platform::Object ^ DesignTimeOutputMonikers { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public object DesignTimeOutputMonikers { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.DesignTimeOutputMonikers : obj
Public ReadOnly Property DesignTimeOutputMonikers As Object

属性值

Object

返回的对象是一个字符串数组,其中数组中的每个字符串都是一个临时 PE 名字对象。

属性

示例

请参见 BuildManager

注解

设计时输出名字对象是可以从项目生成的所有 Pe 的名称。 项目系统基于项目层次结构分配 PE 名字对象。 例如,如果有一个 XML 设计器文件 SomeData,则在生成 output SomeData.cs 的 Project1 的 Folder1 中,该名字对象将是 "Project1\Folder1\SomeData.cs" 。 项目名称中的空格字符在名字对象中保留为空格。

适用于