Common example:
CSharpUsingsSettings settings = ((CsharpCodeStylePage)options.GetPage(CsharpCodeStylePage.PID)).CodeStyleSettings.UsingsSettings;
options is a parameter. Introducing settings, removing options.