IFuncInfo::BodyText Property
Visual Studio 2015
Gets or sets the body text of the function.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Body text is defined as the text between the declaration braces ( '{' and '}' ) of the function.
var oInterface = window.external.ParentObject; var oFunction = oInterface.Functions(PROPERTY_NAME.value); var strBodyText = oFunction.BodyText;
Show: