_VSOBJCFFLAGS Enumeration

 

Specifies single or multi-select clipboard flag.

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

[FlagsAttribute]
public enum _VSOBJCFFLAGS

Member nameDescription
CFF_MULTISELECT

Object is part of a multi-select operation.

CFF_NONE

Object is not part of a multi-select operation.

From vsshell.idl:

Return to top
Show: