Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定された名前を持つ ULParameter のコレクション内のロケーションを返します。
Public Overrides Function IndexOf( ByVal parameterName As String ) As Integer
public override int IndexOf(string parameterName)
parameterName 検索するパラメーターの名前。
コレクション内の ULParameter の 0 から始まるインデックス。パラメーターが見つからない場合は -1。