VCCodeAttribute::Collection Property

 

Gets the collection containing the code element supporting this attribute.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property CodeElements^ Collection {
	CodeElements^ get();
}

Property Value

Type: EnvDTE::CodeElements^

A CodeElements collection relating to the code attribute.

Return to top
Show: