ACAT.Lib.Extension.AppAgents.MSWord.MSWordAgentBase.unloadWordPredictionContext C# (CSharp) 메소드

unloadWordPredictionContext() 개인적인 메소드

Unloaded previously loaded context from the word predictor
private unloadWordPredictionContext ( ) : void
리턴 void
        private void unloadWordPredictionContext()
        {
            Context.AppWordPredictionManager.ActiveWordPredictor.UnloadContext(_wordPredictionContext);
        }
    }