protected override VectorReferenceVc CreateVectorReferenceVc() { LexReferenceCollectionVc vc = new LexReferenceCollectionVc(m_fdoCache, m_rootFlid, m_displayNameProperty, m_displayWs); if (m_displayParent != null) vc.DisplayParent = m_displayParent; return vc; }
protected override VectorReferenceVc CreateVectorReferenceVc() { LexReferenceCollectionVc vc = new LexReferenceCollectionVc(m_fdoCache, m_rootFlid, m_displayNameProperty, m_displayWs); if (m_displayParent != null) { vc.DisplayParent = m_displayParent; } return(vc); }