ReorderingRuleCollection.Item - Propriété
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As ReorderingRule
Get
'Utilisation
Dim instance As ReorderingRuleCollection
Dim index As Integer
Dim value As ReorderingRule
value = instance(index)
public ReorderingRule this[
int index
] { get; }
Paramètres
- index
Type : System.Int32
Valeur de propriété
Type : Microsoft.Office.Server.Search.Query.ReorderingRule
Voir aussi
Référence
ReorderingRuleCollection classe