IArraySettingMigrator.SupportsIncompleteItems(String) Method
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.
Returns a Boolean value indicating whether this migrator's MigrateFromUnifiedSettingsAsync(String, ArraySettingContent, CancellationToken) method supports "incomplete" items: items that are missing some properties (because those properties haven't been customized from the default). If this returns false, the caller will add default values in place of missing properties before calling that method.
public bool SupportsIncompleteItems (string arraySettingMoniker);
abstract member SupportsIncompleteItems : string -> bool
Public Function SupportsIncompleteItems (arraySettingMoniker As String) As Boolean
Parameters
- arraySettingMoniker
- String
The registered moniker of the array setting