StringPrototype.small(Object) Méthode

Définition

Convertit l'objet spécifié en texte placé entre balises de texte réduit.

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 ^ 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

Paramètres

thisob
Object

Objet sur lequel cette méthode agit.

Retours

Chaîne au format "<SMALL>"+thisob+"</SMALL>".

Attributs

S’applique à

Voir aussi