CommandBarFlyoutCommandBar.FlyoutTemplateSettings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 对象,该对象提供可在为 CommandBarFlyoutCommandBar 控件定义模板时作为 {TemplateBinding} 标记扩展源引用的计算值。
public:
property CommandBarFlyoutCommandBarTemplateSettings ^ FlyoutTemplateSettings { CommandBarFlyoutCommandBarTemplateSettings ^ get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
CommandBarFlyoutCommandBarTemplateSettings FlyoutTemplateSettings();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField]
public CommandBarFlyoutCommandBarTemplateSettings FlyoutTemplateSettings { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyField] get; }
var commandBarFlyoutCommandBarTemplateSettings = commandBarFlyoutCommandBar.flyoutTemplateSettings;
Public ReadOnly Property FlyoutTemplateSettings As CommandBarFlyoutCommandBarTemplateSettings
属性值
一个 对象,该对象为模板提供计算值。
- 属性
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyNeedsDependencyPropertyFieldAttribute