IFuncInfo::callconv Property
Visual Studio 2015
Gets or sets the function's calling convention.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
See Calling Conventions for more information.
var oInterface = window.external.ParentObject; var oFunction = oInterface.Functions(PROPERTY_NAME.value); var strcallconv = oFunction.callconv;
Show: