SIL.FieldWorks.IText.InterlinDocForAnalysis.GetSelectedLineChoiceMode C# (CSharp) Метод

GetSelectedLineChoiceMode() приватный Метод

private GetSelectedLineChoiceMode ( ) : InterlinLineChoices.InterlinMode
Результат InterlinLineChoices.InterlinMode
		internal InterlinLineChoices.InterlinMode GetSelectedLineChoiceMode()
		{
			return m_mediator.PropertyTable.GetBoolProperty(InterlinDocForAnalysis.ksPropertyAddWordsToLexicon, false) ?
				InterlinLineChoices.InterlinMode.GlossAddWordsToLexicon : InterlinLineChoices.InterlinMode.Gloss;
		}
InterlinDocForAnalysis