VSOBJGOTOSRCTYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies source code element type to navigate to.
public enum class VSOBJGOTOSRCTYPE
public enum class VSOBJGOTOSRCTYPE
enum VSOBJGOTOSRCTYPE
public enum VSOBJGOTOSRCTYPE
type VSOBJGOTOSRCTYPE =
Public Enum VSOBJGOTOSRCTYPE
- Inheritance
-
VSOBJGOTOSRCTYPE
Fields
GS_ANY | 0 | Specifies any source file element. |
GS_DECLARATION | 2 | Specifies the source file that contains an object declaration. |
GS_DEFINITION | 1 | Specifies the source file that contains an object definition. |
GS_REFERENCE | 3 | Specifies the source files that contain object references. |
Remarks
COM Signature
From vsshell.idl: