Target.IsImported 属性

定义

获取一个值,该值指示 Target 元素是否已导入到项目中。Gets a value indicating whether the Target element was imported into the project.

public:
 property bool IsImported { bool get(); };
public bool IsImported { get; }
member this.IsImported : bool
Public ReadOnly Property IsImported As Boolean

属性值

Boolean

true 如果 目标 元素已导入到项目中,则为; 否则为。否则为 falsetrue if the Target element was imported into the project; otherwise, false.

适用于