다음을 통해 공유


VisualBasicCompilationOptions.EmbedVbCoreRuntime 속성

정의

Embed 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*'에 해당합니다.

적용 대상