PropertyPageCollection.Add Method (PropertyPage)

 

Adds a PropertyPage object to the end of the collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public int Add(
    PropertyPage propertyPage
)
public:
int Add(
    PropertyPage^ propertyPage
)
member Add : 
        propertyPage:PropertyPage -> int
Public Function Add (
    propertyPage As PropertyPage
) As Integer

Parameters

Return Value

Type: System.Int32

The index at which the property page has been added.

See Also

PropertyPageCollection Class
Microsoft.ManagementConsole Namespace

Return to top