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.Int32

    The zero-based index that specifies where to insert the property page.

See Also

PropertyPageCollection Class
Microsoft.ManagementConsole Namespace

Return to top