'Declaration
Overloads Sub AddCustomName( _ 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.AddCustomName(name, value, comment)
Parameters
- name
- Name to add
- value
- Value for name, as expression
- comment