Delen via


IArraySettingMigrator.SupportsIncompleteItems(String) Method

Definition

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

Returns

Applies to