UserInputFilter.Item - Propriété
Obtient ou définit l'objet à l'index spécifié.
Espace de noms : Microsoft.SharePoint.BusinessData.Runtime
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public MustOverride Default Property Item ( _
index As Integer _
) As Object
Get
Set
'Utilisation
Dim instance As UserInputFilter
Dim index As Integer
Dim value As Object
value = instance(index)
instance(index) = value
public abstract Object this[
int index
] { get; set; }
Paramètres
index
Type : System.Int32L'index spécifié.
Valeur de propriété
Type : System.Object
L'objet à l'index spécifié.