TargetedContentValueKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義TargetedContentContainer中每個TargetedContentItem物件所支援的內容數值型別。
public enum class TargetedContentValueKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.TargetedContent.TargetedContentContract, 65536)]
enum class TargetedContentValueKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.TargetedContent.TargetedContentContract), 65536)]
public enum TargetedContentValueKind
var value = Windows.Services.TargetedContent.TargetedContentValueKind.string
Public Enum TargetedContentValueKind
- 繼承
-
TargetedContentValueKind
- 屬性
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Services.TargetedContent.TargetedContentContract (已於 v1.0 引進)
|
應用程式功能 |
secondaryAuthenticationFactor
|
欄位
Action | 6 | |
Actions | 13 | TargetedContentAction物件的陣列。 |
Boolean | 3 | 布林值。 |
Booleans | 10 | 布林值的陣列。 |
File | 4 | |
Files | 11 | TargetedContentFile物件的陣列。 |
ImageFile | 5 | |
ImageFiles | 12 | TargetedContentImage物件的陣列。 |
Number | 2 | 雙精度浮點數。 |
Numbers | 9 | 雙精度浮點數的陣列。 |
String | 0 | 字串。 |
Strings | 7 | 字串的陣列。 |
Uri | 1 | Uri 物件。 |
Uris | 8 | Uri 物件的陣列。 |