StringPrototype.anchor(Object, Object) Méthode

Définition

Convertit l'objet spécifié en texte placé entre balises d'ancrage et affecte l'attribut de nom spécifié à l'élément d'ancrage.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 static System::String ^ anchor(System::Object ^ thisob, System::Object ^ anchorName);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_anchor)]
public static string anchor (object thisob, object anchorName);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_anchor)>]
static member anchor : obj * obj -> string
Public Shared Function anchor (thisob As Object, anchorName As Object) As String

Paramètres

thisob
Object

Objet sur lequel cette méthode agit.

anchorName
Object

Attribut de nom de l'élément d'ancrage.

Retours

Chaîne au format "<A NAME=""++"</A>"anchorName+"">"+thisob.

Attributs

S’applique à

Voir aussi