IngestionDocumentSection Constructors

Definitie

Overloads

Name Description
IngestionDocumentSection()

Initialiseert een nieuw exemplaar van de IngestionDocumentSection klasse.

IngestionDocumentSection(String)

Initialiseert een nieuw exemplaar van de IngestionDocumentSection klasse.

IngestionDocumentSection()

Bron:
IngestionDocumentElement.cs

Initialiseert een nieuw exemplaar van de IngestionDocumentSection klasse.

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

Van toepassing op

IngestionDocumentSection(String)

Bron:
IngestionDocumentElement.cs

Initialiseert een nieuw exemplaar van de IngestionDocumentSection klasse.

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)

Parameters

markdown
String

De Markdown-weergave van de sectie.

Van toepassing op