_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)

public enum _VSOBJLISTELEMPROPID

Member nameDescription
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.

From vsshell80.idl:

Return to top
Show: