VSOBJGOTOSRCTYPE Enum
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
C++/CX
public enum class VSOBJGOTOSRCTYPE
enum VSOBJGOTOSRCTYPE
public enum VSOBJGOTOSRCTYPE
type VSOBJGOTOSRCTYPE =
Public Enum VSOBJGOTOSRCTYPE
- Inheritance
-
VSOBJGOTOSRCTYPE
Name | Value | Description |
---|---|---|
GS_ANY | 0 | Specifies any source file element. |
GS_DEFINITION | 1 | Specifies the source file that contains an object definition. |
GS_DECLARATION | 2 | Specifies the source file that contains an object declaration. |
GS_REFERENCE | 3 | Specifies the source files that contain object references. |
From vsshell.idl:
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |