Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > Prosedürler > IProcedureModel > getParameter
Procedures.IProcedureModel.getParameters() yöntemi
Parametre listesinde belirtilen dizindeki parametreyi döndürür.
İmza:
getParameter(index: number): IParameterModel;
Parametreler
Parametre |
Tür |
Açıklama |
indeks |
sayı |
|
Şunu döndürür:
IParameterModel
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-12 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `getParameter()` method, part of the `Procedures.IProcedureModel` interface, retrieves a specific parameter from a procedure's parameter list."],["It takes the parameter's index as an argument and returns an `IParameterModel` object representing the requested parameter."]]],["The `getParameter()` method, part of the `IProcedureModel` interface, retrieves a parameter from a procedure's parameter list. It accepts an `index` (a number) as input. This `index` specifies which parameter to retrieve. The method returns an `IParameterModel` object, representing the parameter found at the given `index` within the procedure's parameter list.\n"]]