PictureBoxArray.ShouldSerializeIndex(PictureBox) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PictureBoxがこのPictureBoxArrayのメンバーであるかどうかを示す値を返します。
public:
bool ShouldSerializeIndex(System::Windows::Forms::PictureBox ^ o);
public bool ShouldSerializeIndex(System.Windows.Forms.PictureBox o);
member this.ShouldSerializeIndex : System.Windows.Forms.PictureBox -> bool
Public Function ShouldSerializeIndex (o As PictureBox) As Boolean
パラメーター
コントロール配列内の PictureBox 。
返品
true
oがこのコントロール配列のメンバーである場合は a0/>。それ以外の場合はfalse。
注釈
指定した PictureBox が別の PictureBoxArrayのメンバーである場合、 ShouldSerializeIndex は falseを返します。
Note
Microsoft.VisualBasic.Compatibility.VB6名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic にアップグレードするためのツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間で見つけることができる機能を複製します。 これらは、Visual Basic 6.0 コード モデルが .NET Framework の実装と大きく異なる場合にのみ必要です。