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 additional members of __VSADDITEMFLAGS.
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.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSADDITEMFLAGS2
[FlagsAttribute]
public enum __VSADDITEMFLAGS2
[FlagsAttribute]
public enum class __VSADDITEMFLAGS2
[<FlagsAttribute>]
type __VSADDITEMFLAGS2
public enum __VSADDITEMFLAGS2
Members
| Member name | Description | |
|---|---|---|
| VSADDITEM_NoUserTemplateFeatures | Dialog does not have Standard Templates/User-defined Templates tabs or Online Template button. | |
| VSADDITEM_ShowOpenButtonDropDown | Shows drop-down menu under Open button on dialog box (default is not to have drop-down; see comment for VSADDITEM_NoOpenButtonDropDown). |
Remarks
Controls the characteristics of items added to a heirarchy.
COM Signature
From vsshell80.idl: