Inheritance: Microsoft.VisualStudio.Package.Source
コード例 #1
0
        public override Source CreateSource(IVsTextLines buffer)
        {
            // Used for commenting. Once that is moved to MEF then this can disappear
            XSharpSource src = new XSharpSource(this, buffer, GetColorizer(buffer));

            return(src);
        }
コード例 #2
0
        public override Source CreateSource(IVsTextLines buffer)
        {
            XSharpSource src = new XSharpSource(this, buffer, GetColorizer(buffer));

            return(src);
        }