次の方法で共有


ServiceNameElementCollection.RemoveAt(Int32) メソッド

定義

Remove(ServiceNameElement) メソッドは、指定されたインデックスに基づいてこの ServiceNameElement から ServiceNameElementCollection インスタンスを削除します。

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

パラメーター

index
Int32

この ServiceNameElement から削除する ServiceNameElementCollection インスタンスのインデックス。

適用対象