BuildManager.DesignTimeOutputMonikers Property

Gets the temporary portable executable (PE) monikers for a project.

Namespace:  VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

Syntax

'Declaration
ReadOnly Property DesignTimeOutputMonikers As Object
Object DesignTimeOutputMonikers { get; }
property Object^ DesignTimeOutputMonikers {
    Object^ get ();
}
abstract DesignTimeOutputMonikers : Object with get
function get DesignTimeOutputMonikers () : Object

Property Value

Type: Object
The returned object is an array of strings, where each string in the array is a temporary PE moniker.

Remarks

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.

Examples

See the BuildManager.

.NET Framework Security

See Also

Reference

BuildManager Interface

VSLangProj Namespace