다음을 통해 공유


IUserControlDesignerAccessor.InnerText 속성

정의

구현될 때 사용자 정의 컨트롤의 여는 태그와 닫는 태그 사이에 있는 텍스트를 가져오거나 설정합니다.

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

속성 값

String

사용자 정의 컨트롤의 여는 태그와 닫는 태그 사이에 있는 텍스트입니다.

설명

InnerText 를 지정 하거나 태그와 사용자 정의 컨트롤의 닫는 태그 사이의 텍스트를 확인할 속성은 디자이너에서 사용 합니다.

적용 대상