VBProjectProperties3.AssemblyType Eigenschaft

Definition

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

public:
 property VSLangProj80::prjAssemblyType AssemblyType { VSLangProj80::prjAssemblyType get(); void set(VSLangProj80::prjAssemblyType value); };
public:
 property VSLangProj80::prjAssemblyType AssemblyType { VSLangProj80::prjAssemblyType get(); void set(VSLangProj80::prjAssemblyType value); };
[System.Runtime.InteropServices.DispId(12108)]
public VSLangProj80.prjAssemblyType AssemblyType { [System.Runtime.InteropServices.DispId(12108)] get; [System.Runtime.InteropServices.DispId(12108)] set; }
[<System.Runtime.InteropServices.DispId(12108)>]
[<get: System.Runtime.InteropServices.DispId(12108)>]
[<set: System.Runtime.InteropServices.DispId(12108)>]
member this.AssemblyType : VSLangProj80.prjAssemblyType with get, set
Public Property AssemblyType As prjAssemblyType

Eigenschaftswert

prjAssemblyType

Implementiert

Attribute

Hinweise

Externe Komponenten können auf diese Eigenschaften über die-Auflistung Properties für das entsprechende Visual Studio Automation-Objekt zugreifen. (D. h ProjectItem . für Projektdateien und-Ordner, Project für-Projekte und Configuration für-Konfigurationen). Dieser Element namens Name kann 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