'Declaration
Overloads Sub AddModelScopeCustomName( _ ByVal name As String, _ ByVal value As Expression, _ ByVal comment As String _ )
'Usage
Dim instance As IEnhancedCustomNameSupport Dim name As String Dim value As Expression Dim comment As String instance.AddModelScopeCustomName(name, value, comment)
Parameters
- name
- The name of custom name to add
- value
- The value of custom name to add
- comment
- The comment of the custom name to add