FileListBoxArray.ShouldSerializeIndex(FileListBox) Methode

Definition

Gibt einen Wert zurück, der angibt, ob ein FileListBox Mitglied dieses FileListBoxArrayElements ist.

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

Parameter

o
FileListBox

A FileListBox im Steuerelementarray.

Gibt zurück

true if o is a member of this control array; otherwise, false.

Hinweise

Wenn es sich bei dem angegebenen FileListBox Element um ein anderes FileListBoxArrayElement handelt, wird ShouldSerializeIndex zurückgegeben false.

Hinweis

Funktionen und Objekte im Microsoft.VisualBasic.Compatibility.VB6 Namespace werden von den Tools zum Upgrade von Visual Basic 6.0 auf Visual Basic bereitgestellt. In den meisten Fällen haben diese Funktionen und Objekte doppelte Funktionen, die Sie in anderen Namespaces im .NET Framework finden können. Sie sind nur erforderlich, wenn sich das Visual Basic 6.0-Codemodell erheblich von der .NET Framework-Implementierung unterscheidet.

Gilt für: