ELEMENT_ADJACENCY enumeration

An enumerated type that contains the different options for the IMarkupPointer::MoveAdjacentToElement method.

Syntax


typedef enum  { 
  ELEM_ADJ_BeforeBegin   = 0,
  ELEM_ADJ_AfterBegin    = 1,
  ELEM_ADJ_BeforeEnd     = 2,
  ELEM_ADJ_AfterEnd      = 3,
  ELEMENT_ADJACENCY_Max  = 2147483647L
} ELEMENT_ADJACENCY;

Constants

ELEM_ADJ_BeforeBegin

Move the markup pointer so it is positioned just before the element's opening tag.

ELEM_ADJ_AfterBegin

Move the markup pointer so it is positioned just after the element's opening tag.

ELEM_ADJ_BeforeEnd

Move the markup pointer so it is positioned just before the element's closing tag.

ELEM_ADJ_AfterEnd

Move the markup pointer so it is positioned just after the element's closing tag.

ELEMENT_ADJACENCY_Max

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

N/A

 

 

Show: