Поделиться через


InfoBar.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 = infoBar.closeButtonCommandParameter;
infoBar.closeButtonCommandParameter = object;
Public Property CloseButtonCommandParameter As Object

Значение свойства

Object

Platform::Object

IInspectable

Параметр, передаваемый команде для кнопки закрытия в InfoBar. Значение по умолчанию — null.

Применяется к