_VSOBJLISTELEMPROPID 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 object list element properties in GetProperty(UInt32, Int32, Object) calls.
public enum class _VSOBJLISTELEMPROPID
public enum class _VSOBJLISTELEMPROPID
enum _VSOBJLISTELEMPROPID
public enum _VSOBJLISTELEMPROPID
type _VSOBJLISTELEMPROPID =
Public Enum _VSOBJLISTELEMPROPID
- Inheritance
-
_VSOBJLISTELEMPROPID
Fields
Name | Value | Description |
---|---|---|
VSOBJLISTELEMPROPID_FIRST | 1 | Denotes the first VSOBJLISTELEMPROPID_. |
VSOBJLISTELEMPROPID_HELPKEYWORD | 1 | Specifies the object’s help key word. |
VSOBJLISTELEMPROPID_COMPONENTPATH | 2 | Specifies the component path. |
VSOBJLISTELEMPROPID_CODEDEFVIEWCONTEXT | 3 | Specifies the context for displaying the Code Definition tool window. |
VSOBJLISTELEMPROPID_SUPPORTSCALLSTO | 4 | Indicates the "SupportsCallsTo" property. |
VSOBJLISTELEMPROPID_SUPPORTSCALLSFROM | 5 | Indicates the "SupportsCallsFrom" property. |
VSOBJLISTELEMPROPID_FULLNAME | 6 | Specifies the object’s full name. |
VSOBJLISTELEMPROPID_LEAFNAME | 7 | Specifies the object’s leaf name. |
VSOBJLISTELEMPROPID_LAST | 8 | Denotes the last VSOBJLISTELEMPROPID_. |
VSOBJLISTELEMPROPID_NAME_FOR_RENAME | 8 | Specifies a name for renaming the object. |
Remarks
COM Signature
From vsshell80.idl: