'Declaration Sub RemoveCustomName( _ ByVal name As String _ )
'Declaration
Sub RemoveCustomName( _ ByVal name As String _ )
'Usage Dim instance As ICustomNameSupport3 Dim name As String instance.RemoveCustomName(name)
'Usage
Dim instance As ICustomNameSupport3 Dim name As String instance.RemoveCustomName(name)
void RemoveCustomName( string name )
ICustomNameSupport3 Interface ICustomNameSupport3 Members