DataCue.Properties 属性

定义

获取与数据提示关联的自定义属性的集合。

public:
 property PropertySet ^ Properties { PropertySet ^ get(); };
PropertySet Properties();
public PropertySet Properties { get; }
var propertySet = dataCue.properties;
Public ReadOnly Property Properties As PropertySet

属性值

与数据提示关联的自定义属性的集合。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于