VisualBasicReference<TResult>.RequiresCompilation プロパティ

定義

参照にコンパイルが必要かどうかを取得します。

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

プロパティ値

True 参照にコンパイルが必要な場合。それ以外の場合は false

実装

適用対象