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
ct
Type : Microsoft.Office.Server.ActivityFeed.ContentTypeContentType de la chaîne à renvoyer. Si la ContentType est Html, puis la chaîne est renvoyée comme une balise Href .
ci
Type : System.Globalization.CultureInfoCultureInfo de la chaîne à renvoyer.
- index
Type : System.Int32
Valeur renvoyée
Type : System.Text.StringBuilder