AspNetEdit.Editor.ComponentModel.Document.GetView C# (CSharp) Метод

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

private GetView ( ) : void
Результат void
        private void GetView()
        {
            IRootDesigner rd = (IRootDesigner) host.GetDesigner (host.RootComponent);
            this.view = (RootDesignerView) rd.GetView (ViewTechnology.Passthrough);

            view.BeginLoad ();
            System.Diagnostics.Trace.WriteLine ("Document created.");
        }