PropertyPageCollection.Insert Method (Int32, PropertyPage)
Inserts a PropertyPage object into the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Insert(
int index,
PropertyPage propertyPage
)
public:
void Insert(
int index,
PropertyPage^ propertyPage
)
member Insert :
index:int *
propertyPage:PropertyPage -> unit
Public Sub Insert (
index As Integer,
propertyPage As PropertyPage
)
Parameters
index
Type: System.Int32The zero-based index that specifies where to insert the property page.
propertyPage
Type: Microsoft.ManagementConsole.PropertyPageThe property page to be inserted.
See Also
PropertyPageCollection Class
Microsoft.ManagementConsole Namespace
Return to top