ContentDialog.CloseButtonCommandProperty Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает идентификатор свойства зависимости CloseButtonCommand.
public:
static property DependencyProperty ^ CloseButtonCommandProperty { DependencyProperty ^ get(); };
static DependencyProperty CloseButtonCommandProperty();
public static DependencyProperty CloseButtonCommandProperty { get; }
var dependencyProperty = ContentDialog.closeButtonCommandProperty;
Public Shared ReadOnly Property CloseButtonCommandProperty As DependencyProperty
Значение свойства
Идентификатор свойства зависимости CloseButtonCommand.
Требования к Windows
Семейство устройств |
Windows 10 Creators Update (появилось в 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (появилось в v4.0)
|