_VSCIPPROPID Enumeration

 

Specifies the context item provider ID in GetProperty and SetProperty calls.

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

public enum _VSCIPPROPID

Member nameDescription
VSCIPPROPID_Customize
VSCIPPROPID_LookupType

Set to zero to use keyword; one to use PAL.

VSCIPPROPID_NIL

NIL; -1

From context.idl:

enum _VSCIPPROPID
{
  VSCIPPROPID_NIL         = -1,
  VSCIPPROPID_LookupType  = 100,
  VSCIPPROPID_Customize   = 200
};
Return to top
Show: