Microsoft.ManagementConsole.PropertyPageCollection.Insert C# (CSharp) Method

Insert() public method

public Insert ( int index, PropertyPage propertyPage ) : void
index int
propertyPage PropertyPage
return void
        public void Insert(int index, PropertyPage propertyPage)
        {
            ValidatePropertyPage(propertyPage);
            base.Insert(index, propertyPage);
        }