DriveListBoxArray.ShouldSerializeIndex(DriveListBox) メソッド

定義

DriveListBoxがこのDriveListBoxArrayのメンバーであるかどうかを示す値を返します。

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

パラメーター

o
DriveListBox

コントロール配列内の DriveListBox

返品

true oがこのコントロール配列のメンバーである場合は a0/>。それ以外の場合はfalse

注釈

指定した DriveListBox が別の DriveListBoxArrayのメンバーである場合、 ShouldSerializeIndexfalseを返します。

Note

Microsoft.VisualBasic.Compatibility.VB6名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic にアップグレードするためのツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間で見つけることができる機能を複製します。 これらは、Visual Basic 6.0 コード モデルが .NET Framework の実装と大きく異なる場合にのみ必要です。

適用対象