GlyphCollection.IndexOf(Glyph) 方法

定义

返回 Glyph 中的 GlyphCollection 的索引。

public:
 int IndexOf(System::Windows::Forms::Design::Behavior::Glyph ^ value);
public int IndexOf (System.Windows.Forms.Design.Behavior.Glyph value);
member this.IndexOf : System.Windows.Forms.Design.Behavior.Glyph -> int
Public Function IndexOf (value As Glyph) As Integer

参数

value
Glyph

要查找的 Glyph

返回

如果找到 GlyphvalueGlyphCollection 的索引则返回该索引;否则返回 -1。

适用于