C# Класс SIL.FieldWorks.Common.RootSites.CollectorEnv.LocationInfo

Contains information about a location. This is essentially a cheap IVwSelection that can be used for finding/replacing.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
m_cpropPrev int
m_ichLim int
m_ichMin int
m_location SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]
m_tag int
m_ws int

Открытые методы

Метод Описание
LocationInfo ( IList locationStack, int cPropPrev, int tag, int ichMin, int ichLim ) : System

Initializes a new instance of the LocationInfo class.

LocationInfo ( IList locationStack, int cPropPrev, int tag, int ichMin, int ichLim, int ws ) : System

Initializes a new instance of the LocationInfo class.

LocationInfo ( LocationInfo copyFrom ) : System

Copy constructor for the LocationInfo class.

LocationInfo ( SIL.FieldWorks.Common.COMInterfaces.SelLevInfo location, int tag, int ich ) : System

Initializes a new instance of the LocationInfo class.

LocationInfo ( SelectionHelper helper ) : System

Initializes a new instance of the LocationInfo class.

Описание методов

LocationInfo() публичный Метод

Initializes a new instance of the LocationInfo class.
public LocationInfo ( IList locationStack, int cPropPrev, int tag, int ichMin, int ichLim ) : System
locationStack IList The levels that indicate the view constructor /// hierarchy leading to the location represented by this object.
cPropPrev int The count of previous occurrences of the base item /// on the stack.
tag int The tag of the string property.
ichMin int The min char offset into the string property.
ichLim int The limit char offset into the string property.
Результат System

LocationInfo() публичный Метод

Initializes a new instance of the LocationInfo class.
public LocationInfo ( IList locationStack, int cPropPrev, int tag, int ichMin, int ichLim, int ws ) : System
locationStack IList The levels that indicate the view constructor /// hierarchy leading to the location represented by this object.
cPropPrev int The count of previous occurrences of the base item /// on the stack.
tag int The tag of the string property.
ichMin int The min char offset into the string property.
ichLim int The limit char offset into the string property.
ws int ws for multistring
Результат System

LocationInfo() публичный Метод

Copy constructor for the LocationInfo class.
public LocationInfo ( LocationInfo copyFrom ) : System
copyFrom LocationInfo The location to copy.
Результат System

LocationInfo() публичный Метод

Initializes a new instance of the LocationInfo class.
public LocationInfo ( SIL.FieldWorks.Common.COMInterfaces.SelLevInfo location, int tag, int ich ) : System
location SIL.FieldWorks.Common.COMInterfaces.SelLevInfo The levels that indicate the view constructor hierarchy /// leading to the location represented by this object.
tag int The tag.
ich int The character offset into the string property.
Результат System

LocationInfo() публичный Метод

Initializes a new instance of the LocationInfo class.
public LocationInfo ( SelectionHelper helper ) : System
helper SelectionHelper The selection helper used to initialize this location. ///
Результат System

Описание свойств

m_cpropPrev публичное свойство

Count of previous occurrences of the string property at this same level
public int m_cpropPrev
Результат int

m_ichLim публичное свойство

The limit char offset into the string property.
public int m_ichLim
Результат int

m_ichMin публичное свойство

The min char offset into the string property.
public int m_ichMin
Результат int

m_location публичное свойство

The levels that indicate the view constructor hierarchy leading to the location represented by this object.
public SelLevInfo[],SIL.FieldWorks.Common.COMInterfaces m_location
Результат SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]

m_tag публичное свойство

The tag of the string property.
public int m_tag
Результат int

m_ws публичное свойство

ws for multistring
public int m_ws
Результат int