_VSOBJLISTELEMPROPID Enumeration

Specifies object list element properties in GetProperty calls.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
Public Enumeration _VSOBJLISTELEMPROPID
public enum _VSOBJLISTELEMPROPID
public enum class _VSOBJLISTELEMPROPID
type _VSOBJLISTELEMPROPID
public enum _VSOBJLISTELEMPROPID

Members

Member name Description
VSOBJLISTELEMPROPID_CODEDEFVIEWCONTEXT Specifies the context for displaying the Code Definition tool window.
VSOBJLISTELEMPROPID_COMPONENTPATH Specifies the component path.
VSOBJLISTELEMPROPID_FIRST Denotes the first VSOBJLISTELEMPROPID_.
VSOBJLISTELEMPROPID_FULLNAME Specifies the object’s full name.
VSOBJLISTELEMPROPID_HELPKEYWORD Specifies the object’s help key word.
VSOBJLISTELEMPROPID_LAST Denotes the last VSOBJLISTELEMPROPID_.
VSOBJLISTELEMPROPID_LEAFNAME Specifies the object’s leaf name.
VSOBJLISTELEMPROPID_NAME_FOR_RENAME Specifies a name for renaming the object.
VSOBJLISTELEMPROPID_SUPPORTSCALLSFROM Indicates the "SupportsCallsFrom" property.
VSOBJLISTELEMPROPID_SUPPORTSCALLSTO Indicates the "SupportsCallsTo" property.

Remarks

COM Signature

From vsshell80.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace