Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Enumeration _VSCIPPROPID
public enum _VSCIPPROPID
public enum class _VSCIPPROPID
type _VSCIPPROPID
public enum _VSCIPPROPID
Members
| Member name | Description | |
|---|---|---|
| VSCIPPROPID_Customize | Returns IVsUserContextCustomize. | |
| VSCIPPROPID_LookupType | Set to zero to use keyword; one to use PAL. | |
| VSCIPPROPID_NIL | NIL; -1 |
Remarks
COM Signature
From context.idl:
enum _VSCIPPROPID
{
VSCIPPROPID_NIL = -1,
VSCIPPROPID_LookupType = 100,
VSCIPPROPID_Customize = 200
};