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