StringPrototype.small(Object) Methode

Definition

Konvertiert das angegebene Objekt in Text, der in Markuptags für kleineren Text eingeschlossen ist.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

Gibt zurück

Eine Zeichenfolge im Format "<SMALL>"+thisob+"</SMALL>".

Attribute

Gilt für:

Weitere Informationen