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 的从零开始索引;如果没有找到此参数,则返回 -1。