GlyphCollection.IndexOf(Glyph) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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
參數
傳回
如果可以找到 Glyph 中 value
之 GlyphCollection 的索引,否則為 -1。