ProjectItem.IsImported 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.
If the item originated in an imported file, returns true. Otherwise returns false.
public:
property bool IsImported { bool get(); };
public bool IsImported { get; }
member this.IsImported : bool
Public ReadOnly Property IsImported As Boolean
Property Value
true
if this item originates from an imported file; otherwise, false
.