ContentDialog.CloseButtonCommandParameter 속성

정의

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

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

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

속성 값

Object

Platform::Object

IInspectable

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

적용 대상