ProjectProperties2.OutputType Eigenschaft

Definition

Dieser Member bietet internen Zugriff auf Dateieigenschaften. Weitere Informationen finden Sie unter Zugreifen auf Projekttyp spezifisches Projekt, Projekt Element und Konfigurations Eigenschaften.

public:
 property VSLangProj::prjOutputType OutputType { VSLangProj::prjOutputType get(); void set(VSLangProj::prjOutputType value); };
public:
 property VSLangProj::prjOutputType OutputType { VSLangProj::prjOutputType get(); void set(VSLangProj::prjOutputType value); };
[System.Runtime.InteropServices.DispId(10016)]
public VSLangProj.prjOutputType OutputType { [System.Runtime.InteropServices.DispId(10016)] get; [System.Runtime.InteropServices.DispId(10016)] set; }
[<System.Runtime.InteropServices.DispId(10016)>]
[<get: System.Runtime.InteropServices.DispId(10016)>]
[<set: System.Runtime.InteropServices.DispId(10016)>]
member this.OutputType : VSLangProj.prjOutputType with get, set
Public Property OutputType As prjOutputType

Eigenschaftswert

prjOutputType

Implementiert

Attribute

Hinweise

Externe Komponenten können auf diese Eigenschaften über die Properties Sammlung für das entsprechende Visual Studio-Automatisierungs Objekt zugreifen. (D. h ProjectItem . für Projektdateien und-Ordner, Project für-Projekte und Configuration für-Konfigurationen). Die Eigenschaften Namen für die Member dieses Typs können als Indexer in der Auflistung verwendet werden Properties . Weitere Informationen zum Zugreifen auf Projekteigenschaften durch Automation finden Sie unter zugreifen auf Projekttyp spezifische Projekte, Projekt Elemente und Konfigurations Eigenschaften.

Gilt für