ProjectImportedEventArgs.ImportIgnored Property
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.
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