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

実装

適用対象