ActiveXModule.LoadMemberInfo
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ActiveXModule.LoadMemberInfo
Syntax
ActiveXModule.LoadMemberInfo( discardParameterValues = False)
Return Value
Returns a value that indicates whether the member information of the module was loaded. This method usually returns True .
Purpose
Remarks
Loads information for the parameters of the specified member of the module.
You must set the ActiveXModule.ServerId , ActiveXModule.InterfaceName , ActiveXModule.MemberType , and ActiveXModule.MemberName properties for the module before calling this module to access the ActiveXModule.Parameters property.
Parameters
discardParameterValues As Boolean
[In] Specifies whether to reset the ActiveXParameter.ValueExpr property of existing parameter values when loading a new prototype.
This parameter has a default value of False .