VSOBJGOTOSRCTYPE Enumeration
Visual Studio 2015
Specifies source code element type to navigate to.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| GS_ANY | Specifies any source file element. | |
| GS_DECLARATION | Specifies the source file that contains an object declaration. | |
| GS_DEFINITION | Specifies the source file that contains an object definition. | |
| GS_REFERENCE | Specifies the source files that contain object references. |
From vsshell.idl:
Show: