HKMetadata Constructors
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.
Overloads
| Name | Description |
|---|---|
| HKMetadata() |
Creates a new HKMetadata with default (empty) values. |
| HKMetadata(NSDictionary) |
Creates a new HKMetadata from the values that are specified in |
HKMetadata()
Creates a new HKMetadata with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public HKMetadata();
public HKMetadata();
- Attributes
Applies to
HKMetadata(NSDictionary)
Creates a new HKMetadata from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public HKMetadata(Foundation.NSDictionary? dictionary);
public HKMetadata(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new HealthKit.HKMetadata : Foundation.NSDictionary -> HealthKit.HKMetadata
new HealthKit.HKMetadata : Foundation.NSDictionary -> HealthKit.HKMetadata
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes