FileListBoxArray.ShouldSerializeIndex(FileListBox) 方法

定义

返回一个值,该值指示一个 FileListBox 是否是此 FileListBoxArray成员。

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

参数

o
FileListBox

控件数组中的 A FileListBox

返回

true 如果 o 为此控件数组的成员,则为 ;否则为 false

注解

如果指定 FileListBox 是另 FileListBoxArray一个成员, ShouldSerializeIndexfalse返回 。

注释

命名空间中的 Microsoft.VisualBasic.Compatibility.VB6 函数和对象由用于从 Visual Basic 6.0 升级到 Visual Basic 的工具使用。 在大多数情况下,这些函数和对象重复了可在 .NET Framework 中的其他命名空间中找到的功能。 仅当 Visual Basic 6.0 代码模型与 .NET Framework 实现明显不同时,它们才是必需的。

适用于