ArcFM Solution Developer Guide
Contains Method (WizardPagesCollection)


The WizardPage object to locate. The value can be null.
Determines whether an element is in the WizardPagesCollection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As WizardPage _
) As System.Boolean
'Usage
 
Dim instance As WizardPagesCollection
Dim value As WizardPage
Dim value As System.Boolean
 
value = instance.Contains(value)
public System.bool Contains( 
   WizardPage value
)

Parameters

value
The WizardPage object to locate. The value can be null.

Return Value

true if item is found in the WizardPagesCollection; otherwise, false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WizardPagesCollection Class
WizardPagesCollection Members

 

 


Send Comment