StringInfo.String 속성

정의

현재 StringInfo 개체의 값을 가져오거나 설정합니다.

public:
 property System::String ^ String { System::String ^ get(); void set(System::String ^ value); };
public string String { get; set; }
member this.String : string with get, set
Public Property String As String

속성 값

현재 StringInfo 개체의 값인 문자열입니다.

예외

집합 작업의 값이 null인 경우

설명

개체가 StringInfo 인스턴스화되면 해당 String 속성은 다음 값 중 하나로 설정됩니다.

적용 대상