다음을 통해 공유


TeachingTip.CloseButtonContent 속성

정의

교육 팁의 닫기 단추의 내용을 가져오거나 설정합니다.

public:
 property Platform::Object ^ CloseButtonContent { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CloseButtonContent();

void CloseButtonContent(IInspectable value);
public object CloseButtonContent { get; set; }
var object = teachingTip.closeButtonContent;
teachingTip.closeButtonContent = object;
Public Property CloseButtonContent As Object

속성 값

Object

Platform::Object

IInspectable

적용 대상