Share via


StringPrototype.small(Object) 메서드

정의

지정된 개체를 더 작은 텍스트 태그에 싸인 텍스트로 변환합니다.

이 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);
[<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

매개 변수

thisob
Object

이 메서드가 수행되는 개체입니다.

반환

형식 "<SMALL>"+thisob+"</SMALL>"의 문자열입니다.

특성

적용 대상

추가 정보