ProjectImportedEventArgs.ImportIgnored Property

Definition

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.

public:
 property bool ImportIgnored { bool get(); void set(bool value); };
public bool ImportIgnored { get; set; }
member this.ImportIgnored : bool with get, set
Public Property ImportIgnored As Boolean

Property Value

Applies to