The Visual Studio Object Browser window (click View > Object Browser) enables you to explore the objects in your .NET COBOL applications.
Click a node in the left pane of the Object Browser window to see its members. Click a member in the pane in the top right corner to view the member's definition as provided by its XML documentation comment in the code.
Double-click a class or a class member in the Object Browser to navigate to the definition of that class or member in the source files.