SIL.FieldWorks.Common.RootSites.CollectorEnv.OpenTheObject C# (CSharp) Метод

OpenTheObject() защищенный Метод

Opens the object.
protected OpenTheObject ( int hvo, int ihvo ) : void
hvo int The hvo.
ihvo int The index of this object in the collection being displayed.
Результат void
		protected virtual void OpenTheObject(int hvo, int ihvo)
		{
			m_stack.Add(new StackItem(m_hvoCurr, hvo, m_tagCurrent, ihvo));
			m_hvoCurr = hvo;
			m_fIsPropOpen = false;
		}