VisualBasicValue<TResult>.RequiresCompilation 属性

定义

获取值是否需要编译。

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

属性值

如果值需要编辑,则为 True,否则为 false

实现

适用于