Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Interfaces, prefix the name with the module name and a period.
<ComImport(), Guid("3A6AD9E1-23B9-11cf-AD60-00AA00A74CCD"), _
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
<ComImport> _
<Guid("TODO")> _
<InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Interface ITransactionDispenser
Function GetOptionsObject() As Object
Function BeginTransaction(ByVal pUnknownOuter As Object, _
ByVal isoLevel As IsolationLevel, ByVal isoFlag As IsoFlag, _
ByVal transactionOptions As Object) As ITransaction
TODO
End Interface