SIL.FieldWorks.FdoUi.EntryPosFilter.List C# (CSharp) 메소드

List() 정적인 공개 메소드

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
리턴 int
		static public int List(FdoCache cache)
		{
			return cache.LanguageProject.PartsOfSpeechOA.Hvo;
		}
	}