VCCodeAttribute.CodeModel Eigenschaft

Definition

Ruft das VCCodeModel-Objekt für das Projekt ab.

public:
 property Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ CodeModel { Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ get(); };
public:
 property Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ CodeModel { Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ get(); };
[System.Runtime.InteropServices.DispId(546)]
public Microsoft.VisualStudio.VCCodeModel.VCCodeModel CodeModel { [System.Runtime.InteropServices.DispId(546)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(546)>]
[<get: System.Runtime.InteropServices.DispId(546)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.CodeModel : Microsoft.VisualStudio.VCCodeModel.VCCodeModel
Public ReadOnly Property CodeModel As VCCodeModel

Eigenschaftswert

VCCodeModel

Ein VCCodeModel -Objekt, das das Code Modell für das Projekt des Attributs darstellt.

Attribute

Hinweise

Das- VCCodeModel Objekt bietet Ihnen Zugriff auf Projektebene auf Visual C++ Code Elemente, die für Visual C++ oder den Zugriff auf Definitionen in Quelldateien spezifisch sind.

Gilt für