ADODCArray.ShouldSerializeIndex(ADODC) Method

Definition

Returns a value that indicates whether an ADODC control is a member of this ADODCArray.

public:
 bool ShouldSerializeIndex(Microsoft::VisualBasic::Compatibility::VB6::ADODC ^ o);
public bool ShouldSerializeIndex (Microsoft.VisualBasic.Compatibility.VB6.ADODC o);
member this.ShouldSerializeIndex : Microsoft.VisualBasic.Compatibility.VB6.ADODC -> bool
Public Function ShouldSerializeIndex (o As ADODC) As Boolean

Parameters

o
ADODC

An ADODC control.

Returns

If the specified ADODC is a member of a different ADODCArray, ShouldSerializeIndex returns false.

Remarks

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to