_VSCIPPROPID 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 the context item provider ID in GetProperty(Int32, Object) and SetProperty(Int32, Object) calls.
public enum class _VSCIPPROPID
public enum class _VSCIPPROPID
enum _VSCIPPROPID
public enum _VSCIPPROPID
type _VSCIPPROPID =
Public Enum _VSCIPPROPID
- Inheritance
-
_VSCIPPROPID
Fields
Name | Value | Description |
---|---|---|
VSCIPPROPID_NIL | -1 | NIL; -1 |
VSCIPPROPID_LookupType | 100 | Set to zero to use keyword; one to use PAL. |
VSCIPPROPID_Customize | 200 | Returns IVsUserContextCustomize. |
Remarks
COM Signature
From context.idl:
enum _VSCIPPROPID
{
VSCIPPROPID_NIL = -1,
VSCIPPROPID_LookupType = 100,
VSCIPPROPID_Customize = 200
};