PropertyPageCollection.Contains Method (PropertyPage)

 

Determines whether a specific PropertyPage object is in the collection.

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

Syntax

public bool Contains(
    PropertyPage propertyPage
)
public:
bool Contains(
    PropertyPage^ propertyPage
)
member Contains : 
        propertyPage:PropertyPage -> bool
Public Function Contains (
    propertyPage As PropertyPage
) As Boolean

Parameters

Return Value

Type: System.Boolean

If the property page is in the collection, this value is true; otherwise, false.

See Also

Contains Overload
PropertyPageCollection Class
Microsoft.ManagementConsole Namespace

Return to top