System.ComponentModel.PropertyTabAttribute.InitializeArrays C# (CSharp) 메소드

InitializeArrays() 보호된 메소드

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

protected InitializeArrays ( Type tabClasses, PropertyTabScope tabScopes ) : void
tabClasses System.Type
tabScopes PropertyTabScope
리턴 void
        protected void InitializeArrays(Type[] tabClasses, PropertyTabScope[] tabScopes)
        {
            InitializeArrays(null, tabClasses, tabScopes);
        }

Same methods

PropertyTabAttribute::InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void
PropertyTabAttribute::InitializeArrays ( string tabClassNames, Type tabClasses, PropertyTabScope tabScopes ) : void