StringPrototype.small(Object) Metodo

Definizione

Converte l'oggetto specificato in testo racchiuso tra tag di markup di testo di dimensioni minori.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

Restituisce

Stringa nel formato "<SMALL>"+thisob+"</SMALL>".

Attributi

Si applica a

Vedi anche