System.ComponentModel.Container.CreateSite C# (CSharp) 메소드

CreateSite() 보호된 메소드

Creates a Site for the given and assigns the given name to the site.

protected CreateSite ( IComponent component, string name ) : ISite
component IComponent
name string
리턴 ISite
        protected virtual ISite CreateSite(IComponent component, string name)
        {
            return new Site(component, this, name);
        }