Share via


CodeFolder.CodeModel Property

Definition

Gets the CodeModel object for the code folder.

public:
 property EnvDTE::CodeModel ^ CodeModel { EnvDTE::CodeModel ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public EnvDTE.CodeModel CodeModel { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.CodeModel : EnvDTE.CodeModel
Public ReadOnly Property CodeModel As CodeModel

Property Value

A CodeModel object.

Attributes

Applies to