Język

IngestionDocumentSection Konstruktory

Definicja

Przeciążenia

Nazwa Opis
IngestionDocumentSection()

Inicjuje nowe wystąpienie klasy IngestionDocumentSection.

IngestionDocumentSection(String)

Inicjuje nowe wystąpienie klasy IngestionDocumentSection.

IngestionDocumentSection()

Źródło:
IngestionDocumentElement.cs

Inicjuje nowe wystąpienie klasy IngestionDocumentSection.

public:
 IngestionDocumentSection();
public IngestionDocumentSection();
Public Sub New ()

Dotyczy

IngestionDocumentSection(String)

Źródło:
IngestionDocumentElement.cs

Inicjuje nowe wystąpienie klasy IngestionDocumentSection.

public:
 IngestionDocumentSection(System::String ^ markdown);
public IngestionDocumentSection(string markdown);
new Microsoft.Extensions.DataIngestion.IngestionDocumentSection : string -> Microsoft.Extensions.DataIngestion.IngestionDocumentSection
Public Sub New (markdown As String)

Parametry

markdown
String

Reprezentacja języka Markdown w sekcji.

Dotyczy