CompilationReference.WithEmbedInteropTypes(Boolean) 메서드

정의

지정된 interop 형식이 포함된 참조의 인스턴스를 반환합니다.

public:
 Microsoft::CodeAnalysis::CompilationReference ^ WithEmbedInteropTypes(bool value);
public Microsoft.CodeAnalysis.CompilationReference WithEmbedInteropTypes (bool value);
override this.WithEmbedInteropTypes : bool -> Microsoft.CodeAnalysis.CompilationReference
Public Function WithEmbedInteropTypes (value As Boolean) As CompilationReference

매개 변수

value
Boolean

에 대한 새 값입니다 EmbedInteropTypes.

반환

예외

Interop 형식은 모듈에서 포함할 수 없습니다.

적용 대상