Partager via


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

Valeur renvoyée

Type : System.String

Voir aussi

Référence

Link classe

Link - Membres

Microsoft.Office.Server.ActivityFeed - Espace de noms