Partager via


Link.ItemToString - Méthode (ContentType, CultureInfo, Int32)

Renvoie les propriétés Name et Value ou Name et Href de cet objet Link sous forme de chaîne.

Espace de noms :  Microsoft.Office.Server.ActivityFeed
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
Public Function ItemToString ( _
    ct As ContentType, _
    ci As CultureInfo, _
    index As Integer _
) As StringBuilder
'Utilisation
Dim instance As Link
Dim ct As ContentType
Dim ci As CultureInfo
Dim index As Integer
Dim returnValue As StringBuilder

returnValue = instance.ItemToString(ct, _
    ci, index)
public StringBuilder ItemToString(
    ContentType ct,
    CultureInfo ci,
    int index
)

Paramètres

Valeur renvoyée

Type : System.Text.StringBuilder

Voir aussi

Référence

Link classe

Link - Membres

ItemToString - Surcharge

Microsoft.Office.Server.ActivityFeed - Espace de noms