Link.LinkToString - Méthode
Renvoie les propriétés Href, Name et Value de cet objet sous la forme d'une 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 LinkToString ( _
ct As ContentType, _
ci As CultureInfo _
) As String
'Utilisation
Dim instance As Link
Dim ct As ContentType
Dim ci As CultureInfo
Dim returnValue As String
returnValue = instance.LinkToString(ct, _
ci)
public string LinkToString(
ContentType ct,
CultureInfo ci
)
Paramètres
ct
Type : Microsoft.Office.Server.ActivityFeed.ContentTypeContentType de la chaîne à renvoyer. Si la ContentType est Html, la chaîne sera une balise Href .
ci
Type : System.Globalization.CultureInfoCultureInfo de la chaîne à renvoyer.
Valeur renvoyée
Type : System.String