GlyphCollection.Insert(Int32, Glyph) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 Glyph 插入到 GlyphCollection 中的指定索引位置处。
public:
void Insert(int index, System::Windows::Forms::Design::Behavior::Glyph ^ value);
public void Insert (int index, System.Windows.Forms.Design.Behavior.Glyph value);
member this.Insert : int * System.Windows.Forms.Design.Behavior.Glyph -> unit
Public Sub Insert (index As Integer, value As Glyph)
参数
- index
- Int32
从零开始的索引,应在该位置插入 value
。