StringPrototype.small(Object) Método

Definição

Converte o objeto especificado em texto entre marcas de marcação de texto menores.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

thisob
Object

O objeto no qual este método está atuando.

Retornos

Uma cadeia de caracteres no formato "<SMALL>"+thisob+"</SMALL>".

Atributos

Aplica-se a

Confira também