VCCodeMap::Parameters Property

 

Gets a collection of parameters for this item.

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

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

Property Value

Type: EnvDTE::CodeElements^

A CodeElements collection.

Return to top
Show: