次の方法で共有


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 で導入)

適用対象