StringPrototype.strike(Object) Methode

Definitie

Converteert het opgegeven object naar tekst tussen doorhalingsmarkeringen.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

Een tekenreeks in het formulier "<STRIKE>"+thisob+"</STRIKE>".

Kenmerken

Van toepassing op

Zie ook