StringPrototype.small(Object) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Converteert het opgegeven object naar tekst tussen kleinere tags voor tekstmarkeringen.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
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
Parameters
- thisob
- Object
Het object waarop deze methode handelt.
Retouren
Een tekenreeks in het formulier "<SMALL>"+thisob+"</SMALL>".
- Kenmerken