ParameterCollection.IndexOf(Parameter) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the index of a specified Parameter object in the ParameterCollection collection.
public:
int IndexOf(System::Web::UI::WebControls::Parameter ^ parameter);
public int IndexOf(System.Web.UI.WebControls.Parameter parameter);
member this.IndexOf : System.Web.UI.WebControls.Parameter -> int
Public Function IndexOf (parameter As Parameter) As Integer
- parameter
- Parameter
The Parameter to locate in the ParameterCollection.
The index of parameter
, if it is found in the collection; otherwise, -1.
Use this method to determine the index of a parameter in the ParameterCollection collection.
Produto | Versións |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Comentarios de .NET
.NET é un proxecto de código aberto. Selecciona unha ligazón para ofrecer comentarios: