다음을 통해 공유


TeachingTip.ActionButtonContent 속성

정의

교육 팁의 작업 단추 텍스트를 가져오거나 설정합니다.

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

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

속성 값

Object

Platform::Object

IInspectable

적용 대상