コード例 #1
0
        // Only call on main thread!
        public override string GetText(QuickPadTextGetOptions options)
        {
            Document.GetText(options.ToUwp(), out var value);

            return(value);
        }