SourceText.CanBeEmbedded Proprietà

Definizione

Indica se questo testo di origine può essere incorporato nel PDB.

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

Valore della proprietà

Commenti

Se il testo è stato costruito tramite From(Byte[], Int32, Encoding, SourceHashAlgorithm, Boolean, Boolean) o From(Stream, Encoding, SourceHashAlgorithm, Boolean, Boolean), l'arg canBeEmbeddeded deve essere true.

In caso contrario, Encoding deve essere diverso da Null.

Si applica a