SourceText.CanBeEmbedded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether this source text can be embedded in the PDB.
public:
property bool CanBeEmbedded { bool get(); };
public bool CanBeEmbedded { get; }
member this.CanBeEmbedded : bool
Public ReadOnly Property CanBeEmbedded As Boolean
Property Value
Remarks
If this text was constructed via From(Byte[], Int32, Encoding, SourceHashAlgorithm, Boolean, Boolean) or From(Stream, Encoding, SourceHashAlgorithm, Boolean, Boolean), then the canBeEmbedded arg must have been true.
Otherwise, Encoding must be non-null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.