TeachingTip.ActionButtonCommandParameter 속성

정의

작업 단추에 대한 명령에 전달할 매개 변수를 가져오거나 설정합니다.

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

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

속성 값

Object

Platform::Object

IInspectable

적용 대상