BuildManager::DesignTimeOutputMonikers Property
Visual Studio 2015
Gets the temporary portable executable (PE) monikers for a project.
Assembly: VSLangProj (in VSLangProj.dll)
Property Value
Type: System::Object^The returned object is an array of strings, where each string in the array is a temporary PE moniker.
The design-time, output monikers are the names of all the PEs that can be generated from the project. The project system assigns PE monikers based on the project hierarchy. For example, if there is an XML Designer file, SomeData.xsd, in Folder1 of Project1 that generates output, SomeData.cs, then the moniker would be "Project1\Folder1\SomeData.cs". Whitespace characters in the project name remain as spaces in the moniker.
See the BuildManager.
Show: