VCCodeModel.Classes Property

Definition

Gets a collection of classes for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to