LinkTargetCollection.Insert(Int32, LinkTarget) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的项插入集合中的指定索引处。
public:
void Insert(int index, System::Windows::Documents::LinkTarget ^ value);
public void Insert (int index, System.Windows.Documents.LinkTarget value);
member this.Insert : int * System.Windows.Documents.LinkTarget -> unit
Public Sub Insert (index As Integer, value As LinkTarget)
参数
- index
- Int32
在其位置插入链接目标的点。
- value
- LinkTarget
要插入的目标。