Exit statement Exits a procedure or block and transfers execution immediately to the statement following the procedure call or block definition. Exit {Do | For | Function | Property | Select | Sub | Try | While}
exists in multiple base interfaces. Use the name of the interface that declares '|1' in the 'Implements' clause instead of ...
Exit Function statement Exits a Function procedure and transfers execution immediately to the statement following the function ...
Exit Property statement Exits a property's Get or Set procedure and transfers execution immediately to the statement following ...
Exit Select statement Exits a Select block and transfers execution immediately to the statement following the End Select ...
Exit statement Exits a procedure or block and transfers execution immediately to the statement following the procedure call ...
Exit Sub statement Exits a Sub procedure and transfers execution immediately to the statement following the call to the Sub ...
Exit Try statement Exits a Try block and transfers execution immediately to the statement following the End Try statement. ...
Exit While statement Exits a While loop and transfers execution immediately to the statement following the End While statement. ...
Expand the referenced assemblies and namespaces to select your objects. If an object is missing from a referenced assembly, ...