Freigeben über


TextLoader.From Methode

Definition

Überlädt

From(TextAndVersion)

Erstellt ein Neues TextLoader aus einem bereits vorhandenen Quelltext und einer vorhandenen Version.

From(SourceTextContainer, VersionStamp, String)

Erstellt eine TextLoader Aus- SourceTextContainer und Version.

Der vom Ladeprogramm abgerufene Text ist der aktuelle Text des Containers zum Zeitpunkt des Zugriffs auf den Ladevorgang.

From(TextAndVersion)

Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs

Erstellt ein Neues TextLoader aus einem bereits vorhandenen Quelltext und einer vorhandenen Version.

public:
 static Microsoft::CodeAnalysis::TextLoader ^ From(Microsoft::CodeAnalysis::TextAndVersion ^ textAndVersion);
public static Microsoft.CodeAnalysis.TextLoader From (Microsoft.CodeAnalysis.TextAndVersion textAndVersion);
static member From : Microsoft.CodeAnalysis.TextAndVersion -> Microsoft.CodeAnalysis.TextLoader
Public Shared Function From (textAndVersion As TextAndVersion) As TextLoader

Parameter

textAndVersion
TextAndVersion

Gibt zurück

Gilt für:

From(SourceTextContainer, VersionStamp, String)

Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs
Quelle:
TextLoader.cs

Erstellt eine TextLoader Aus- SourceTextContainer und Version.

Der vom Ladeprogramm abgerufene Text ist der aktuelle Text des Containers zum Zeitpunkt des Zugriffs auf den Ladevorgang.

public static Microsoft.CodeAnalysis.TextLoader From (Microsoft.CodeAnalysis.Text.SourceTextContainer container, Microsoft.CodeAnalysis.VersionStamp version, string filePath = default);
public static Microsoft.CodeAnalysis.TextLoader From (Microsoft.CodeAnalysis.Text.SourceTextContainer container, Microsoft.CodeAnalysis.VersionStamp version, string? filePath = default);
static member From : Microsoft.CodeAnalysis.Text.SourceTextContainer * Microsoft.CodeAnalysis.VersionStamp * string -> Microsoft.CodeAnalysis.TextLoader
Public Shared Function From (container As SourceTextContainer, version As VersionStamp, Optional filePath As String = Nothing) As TextLoader

Parameter

version
VersionStamp
filePath
String

Gibt zurück

Gilt für: