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.
- Namespace
- Microsoft
.Build .Framework - Containing Type
- Project
Imported Event Args
Syntax
public bool ImportIgnored { get; set; }
Value
| Type | Description |
|---|---|
| bool |