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 rename and delete operation flags.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _VSOBJOPFLAGS
'Usage
Dim instance As _VSOBJOPFLAGS
[FlagsAttribute]
public enum _VSOBJOPFLAGS
[FlagsAttribute]
public enum class _VSOBJOPFLAGS
[<FlagsAttribute>]
type _VSOBJOPFLAGS
public enum _VSOBJOPFLAGS
Members
| Member name | Description | |
|---|---|---|
| OPF_NONE | No flags are specified. . | |
| OPF_MULTISELECT | Object is part of a multi-selection. | |
| OPF_FIRSTITEM | Object is the first item of a multi-selection. | |
| OPF_LASTITEM | Object is the last item of a multi-selection. |
Remarks
COM Signature
From vsshell.idl: