ProjectImportedEventArgs.

ImportIgnored Property

Summary

Gets or sets if this import was ignored. Ignoring imports is controlled by
ProjectLoadSettings
. This is only set when an import would have been included but was ignored to due being invalid. This does not include when a globbed import returned no matches, or a conditioned import that evaluated to false.

Syntax

public bool ImportIgnored { get; set; }

Value

Type Description
bool