ABMultiValueEntry<T> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A ABMultiValue<T> entry.
public struct ABMultiValueEntry<T>
type ABMultiValueEntry<'T> = struct
Type Parameters
- T
The type of the value to store.
- Inheritance
-
ABMultiValueEntry<T>
Remarks
A "tuple" of (Value, Label, Identifier).
Properties
| Name | Description |
|---|---|
| Identifier |
The identifier of the ABMultiValueEntry<T>. |
| IsReadOnly |
Gets a value indicating whether the ABMultiValueEntry<T> is read-only. |
| Label |
The label of the ABMultiValueEntry<T>. |
| Value |
The value of the ABMultiValueEntry<T>. |