Share via


ProjectItem.GetCodeElements Method ()

 

Gets a collection of code elements of type CodeElement in the ProjectItem.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public IEnumerable<CodeElement> GetCodeElements()
public:
IEnumerable<CodeElement^>^ GetCodeElements()
member GetCodeElements : unit -> IEnumerable<CodeElement>
Public Function GetCodeElements As IEnumerable(Of CodeElement)

Return Value

Type: System.Collections.Generic.IEnumerable<CodeElement>

A collection of the code elements of type CodeElement in the ProjectItem.

See Also

ProjectItem Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top