Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies source code element type to navigate to.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSOBJGOTOSRCTYPE
'Usage
Dim instance As VSOBJGOTOSRCTYPE
public enum VSOBJGOTOSRCTYPE
public enum class VSOBJGOTOSRCTYPE
type VSOBJGOTOSRCTYPE
public enum VSOBJGOTOSRCTYPE
Members
| Member name | Description | |
|---|---|---|
| GS_ANY | Specifies any source file element. | |
| GS_DEFINITION | Specifies the source file that contains an object definition. | |
| GS_DECLARATION | Specifies the source file that contains an object declaration. | |
| GS_REFERENCE | Specifies the source files that contain object references. |
Remarks
COM Signature
From vsshell.idl: