Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies text buffer initialization flags.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration TextBufferInitFlags
[FlagsAttribute]
public enum TextBufferInitFlags
[FlagsAttribute]
public enum class TextBufferInitFlags
[<FlagsAttribute>]
type TextBufferInitFlags
public enum TextBufferInitFlags
Members
| Member name | Description | |
|---|---|---|
| BIF_CUSTOMSTORAGE | Initialize for custom storage. | |
| BIF_DEFAULT | Default initialization. | |
| BIF_INITTEXT | Initialize for text buffer. |
Remarks
COM Signature
From textmgr.idl: