Target.IsImported 属性
定义
public:
property bool IsImported { bool get(); };
public bool IsImported { get; }
member this.IsImported : bool
Public ReadOnly Property IsImported As Boolean
属性值
true 如果 目标 元素已导入到项目中,则为; 否则为。否则为 false 。true if the Target element was imported into the project; otherwise, false.