Compartir a través de


VisualBasicCompilationOptions.EmbedVbCoreRuntime Propiedad

Definición

Obtiene la configuración insertar en tiempo de ejecución de Visual Basic Core.

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

Valor de propiedad

La configuración EmbedVbCoreRuntime, True si el entorno de ejecución principal de VB debe insertarse en la compilación. Igual a '/vbruntime*'

Se aplica a