다음을 통해 공유


ContentDialog.SecondaryButtonCommandParameter 속성

정의

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

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

void SecondaryButtonCommandParameter(IInspectable value);
public object SecondaryButtonCommandParameter { get; set; }
var object = contentDialog.secondaryButtonCommandParameter;
contentDialog.secondaryButtonCommandParameter = object;
Public Property SecondaryButtonCommandParameter As Object
<ContentDialog>
  <ContentDialog.SecondaryButtonCommandParameter>
    object
  </ContentDialog.SecondaryButtonCommandParameter>
</ContentDialog>
- or -
<ContentDialog SecondaryButtonCommandParameter="objectAsString"/>

속성 값

Object

Platform::Object

IInspectable

보조 단추에 대한 명령 매개 변수입니다. 기본값은 null입니다.

적용 대상