Freigeben über


prjOutputType-Enumeration

Wird von der OutputType-Eigenschaft 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
'Usage
Dim instance As prjOutputType
[GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D")] 
public enum prjOutputType
[GuidAttribute(L"FB309311-8F09-41E7-8347-68F5A079592D")] 
public enum class prjOutputType
/** @attribute GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D") */ 
public enum prjOutputType
GuidAttribute("FB309311-8F09-41E7-8347-68F5A079592D") 
public enum prjOutputType

Member

  Membername Beschreibung
prjOutputTypeExe Konsolenanwendung 
prjOutputTypeLibrary Klassenbibliothek 
prjOutputTypeWinExe Windows-Anwendung 

Siehe auch

Referenz

VSLangProj-Namespace