Freigeben über


prjOutputType-Enumeration

Wird von der OutputType verwendet. Es werden drei Ausgabetypen unterstützt: Windows-Anwendung, Konsolenanwendung und Klassenbibliothek.

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

Syntax

'Declaration
<GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D")> _
Public Enumeration prjOutputType
[GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D")]
public enum prjOutputType
[GuidAttribute(L"FB309311-8F09-41E7-8347-68F5A079592D")]
public enum class prjOutputType
[<GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D")>]
type prjOutputType
public enum prjOutputType

Member

Membername Beschreibung
prjOutputTypeWinExe Windows-Anwendung.
prjOutputTypeExe Konsolenanwendung.
prjOutputTypeLibrary Klassenbibliothek.

Siehe auch

Referenz

VSLangProj-Namespace