Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
[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: