IEnumInfo::Body Property

 

Gets the body of the enumerator as a string.

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

property String^ Body {
	String^ get();
}

Property Value

Type: System::String^

The body of the enumerator as a string.

Return to top
Show: