ContentDialog.PrimaryButtonCommandParameter 속성

정의

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

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

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

속성 값

Object

Platform::Object

IInspectable

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

적용 대상