AnalyticsEventTypeDefinitionCollection.Item - Propriété (Int32)
Obtient un objet AnalyticsEventTypeDefinition pour l'ID de type d'événement spécifié.
Espace de noms : Microsoft.Office.Server.Search.Analytics
Assembly : Microsoft.Office.Server.Search.Applications (dans Microsoft.Office.Server.Search.Applications.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
eventType As Integer _
) As AnalyticsEventTypeDefinition
Get
'Utilisation
Dim instance As AnalyticsEventTypeDefinitionCollection
Dim eventType As Integer
Dim value As AnalyticsEventTypeDefinition
value = instance(eventType)
public AnalyticsEventTypeDefinition this[
int eventType
] { get; }
Paramètres
- eventType
Type : System.Int32
Valeur de propriété
Type : Microsoft.Office.Server.Search.Analytics.AnalyticsEventTypeDefinition
Un objet AnalyticsEventTypeDefinition .
Voir aussi
Référence
AnalyticsEventTypeDefinitionCollection classe