SearchServiceApplicationProxy.GetResultItemTypes - Méthode (Nullable<Int32>, Nullable<Guid>, SearchObjectOwner, Boolean, Boolean)
Utilisation interne uniquement.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetResultItemTypes ( _
id As Nullable(Of Integer), _
internalID As Nullable(Of Guid), _
owner As SearchObjectOwner, _
includeHigherLevel As Boolean, _
wrapExceptionsForProxy As Boolean _
) As ICollection(Of ResultItemType)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim id As Nullable(Of Integer)
Dim internalID As Nullable(Of Guid)
Dim owner As SearchObjectOwner
Dim includeHigherLevel As Boolean
Dim wrapExceptionsForProxy As Boolean
Dim returnValue As ICollection(Of ResultItemType)
returnValue = instance.GetResultItemTypes(id, _
internalID, owner, includeHigherLevel, _
wrapExceptionsForProxy)
public ICollection<ResultItemType> GetResultItemTypes(
Nullable<int> id,
Nullable<Guid> internalID,
SearchObjectOwner owner,
bool includeHigherLevel,
bool wrapExceptionsForProxy
)
Paramètres
- id
Type : System.Nullable<Int32>
- internalID
Type : System.Nullable<Guid>
- includeHigherLevel
Type : System.Boolean
- wrapExceptionsForProxy
Type : System.Boolean
Valeur renvoyée
Type : System.Collections.Generic.ICollection<ResultItemType>
Implémentations
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
GetResultItemTypes - Surcharge
Microsoft.Office.Server.Search.Administration - Espace de noms