BaseVsaEngine.IsCompiled 属性

定义

获取一个值,该值指示源是否已编译。

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

属性值

如果源已编译,则为 true;否则为 false

实现

适用于