SourceText.CanBeEmbedded 속성

정의

이 원본 텍스트를 PDB에 포함할 수 있는지 여부를 나타냅니다.

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

속성 값

설명

이 텍스트를 통해 From(Byte[], Int32, Encoding, SourceHashAlgorithm, Boolean, Boolean) 생성되었거나 From(Stream, Encoding, SourceHashAlgorithm, Boolean, Boolean)생성한 경우 canBeEmbedded arg는 true여야 합니다.

그렇지 않으면 Encoding null이 아니어야 합니다.

적용 대상