SIL.FieldWorks.FdoUi.EntryPosFilter.List C# (CSharp) Méthode

List() static public méthode

Return the HVO of the list from which choices can be made.
static public List ( SIL.FieldWorks.FDO.FdoCache cache ) : int
cache SIL.FieldWorks.FDO.FdoCache
Résultat int
		static public int List(FdoCache cache)
		{
			return cache.LanguageProject.PartsOfSpeechOA.Hvo;
		}
	}