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

Показать файл Открыть проект

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

Свойство Тип Описание
m_cpropPrev PrevPropCounter
m_hvo int
m_hvoOuter int
m_ihvo int
m_tag int

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

Метод Описание
StackItem ( int hvoOuter, int hvo, int tag, int ihvo ) : System

Initializes a new instance of the StackItem class.

ToSelLevInfo ( ) : SIL.FieldWorks.Common.COMInterfaces.SelLevInfo

Creates a sel lev info from this stack item.

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

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

Initializes a new instance of the StackItem class.
public StackItem ( int hvoOuter, int hvo, int tag, int ihvo ) : System
hvoOuter int The hvo of the next higher item in the view hierarchy /// (usually the "owner" of the item)
hvo int The hvo.
tag int The tag.
ihvo int The ihvo.
Результат System

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

Creates a sel lev info from this stack item.
public ToSelLevInfo ( ) : SIL.FieldWorks.Common.COMInterfaces.SelLevInfo
Результат SIL.FieldWorks.Common.COMInterfaces.SelLevInfo

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

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

Handles counting of previous occurrences of properties
public PrevPropCounter m_cpropPrev
Результат PrevPropCounter

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

Hvo of the current item
public int m_hvo
Результат int

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

Hvo of the next higher item in the view hierarchy (usually the "owner" of the item)
public int m_hvoOuter
Результат int

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

Index of the current item
public int m_ihvo
Результат int

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

Tag of the current item
public int m_tag
Результат int