StatusStripArray.ShouldSerializeIndex(StatusStrip) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示 StatusStrip 是否为此 StatusStripArray 的成员。
public:
bool ShouldSerializeIndex(System::Windows::Forms::StatusStrip ^ o);
public bool ShouldSerializeIndex (System.Windows.Forms.StatusStrip o);
member this.ShouldSerializeIndex : System.Windows.Forms.StatusStrip -> bool
Public Function ShouldSerializeIndex (o As StatusStrip) As Boolean
参数
控件数组中的 StatusStrip。
返回
如果 o
是此控件数组的一个成员,则为 true
;否则为 false
。
注解
如果指定的 StatusStrip 是另一个 StatusStripArray 的成员,ShouldSerializeIndex
则返回 false
。
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。