PersonalizationLinksSyncedListLoader.GetOneListItem - Méthode
Ce membre remplace SyncedListLoader.GetOneListItem(Int64, String, String, Int64, String).
Espace de noms : Microsoft.Office.Server.UserProfiles
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Protected Overrides Function GetOneListItem ( _
itemId As Long, _
strTitle As String, _
uri As String, _
exInt1 As Long, _
strTargetTo As String _
) As Object
'Utilisation
Dim itemId As Long
Dim strTitle As String
Dim uri As String
Dim exInt1 As Long
Dim strTargetTo As String
Dim returnValue As Object
returnValue = Me.GetOneListItem(itemId, _
strTitle, uri, exInt1, strTargetTo)
protected override Object GetOneListItem(
long itemId,
string strTitle,
string uri,
long exInt1,
string strTargetTo
)
Paramètres
- itemId
Type : System.Int64
- strTitle
Type : System.String
- uri
Type : System.String
- exInt1
Type : System.Int64
- strTargetTo
Type : System.String
Valeur renvoyée
Type : System.Object
Voir aussi
Référence
PersonalizationLinksSyncedListLoader classe