StringPrototype.small(Object) Метод
Определение
Преобразует заданный объект в текст, заключенный в теги разметки для начертания с меньшим размером.Converts the specified object to text enclosed in smaller text markup tags.
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.
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);
static member small : obj -> string
Public Shared Function small (thisob As Object) As String
Параметры
- thisob
- Object
Объект, для которого выполняется этот метод.The object that this method is acting upon.
Возвраты
Строка в формате "<SMALL>"+
thisob
+"</SMALL>"
.A string in the form "<SMALL>"+
thisob
+"</SMALL>"
.
- Атрибуты