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 the type of element behavior to create by the IElementNamespace::AddTag method.
Syntax
typedef enum _ELEMENTDESCRIPTOR_FLAGS {
ELEMENTDESCRIPTORFLAGS_LITERAL = 1,
ELEMENTDESCRIPTORFLAGS_NESTED_LITERAL = 2,
ELEMENTDESCRIPTOR_FLAGS_Max = 2147483647L
} ELEMENTDESCRIPTOR_FLAGS;
Constants
ELEMENTDESCRIPTORFLAGS_LITERAL
An element behavior with literal content will be created.ELEMENTDESCRIPTORFLAGS_NESTED_LITERAL
An element behavior with nested literal content will be created.ELEMENTDESCRIPTOR_FLAGS_Max
Default. An element behavior that contains content that will be parsed and rendered by MSHTML will be created.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |