Share via


VisualBasicCompilationOptions.EmbedVbCoreRuntime プロパティ

定義

Visual Basic Core ランタイムの埋め込み設定を取得します。

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

プロパティ値

EmbedVbCoreRuntime 設定。VB コア ランタイムをコンパイルに埋め込む必要がある場合は True です。 '/vbruntime*' と等しい

適用対象