vsToolBoxItemFormat-Enumeration
Diese Konstanten repräsentieren das Format des neuen ToolBox-Elements.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")> _
Public Enumeration vsToolBoxItemFormat
[GuidAttribute("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")]
public enum vsToolBoxItemFormat
[GuidAttribute(L"44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")]
public enum class vsToolBoxItemFormat
[<GuidAttribute("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")>]
type vsToolBoxItemFormat
public enum vsToolBoxItemFormat
Member
Membername | Beschreibung | |
---|---|---|
vsToolBoxItemFormatDotNETComponent | .NET Framework-Komponente. | |
vsToolBoxItemFormatGUID | GUID.Eine Zeichenfolge, die die Klassen-ID eines Steuerelements bezeichnet. | |
vsToolBoxItemFormatHTML | HTML-Element.Text, wird aber u. U. von bestimmten aktiven Dokumenten nicht als solcher behandelt. | |
vsToolBoxItemFormatText | Reines Textelement.Durch Doppelklicken wird das Element im aktiven Dokument platziert. (Standard) |