HostedFileSearchTool Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| HostedFileSearchTool() |
Initialiseert een nieuw exemplaar van de HostedFileSearchTool klasse. |
| HostedFileSearchTool(IReadOnlyDictionary<String,Object>) |
Initialiseert een nieuw exemplaar van de HostedFileSearchTool klasse. |
HostedFileSearchTool()
Initialiseert een nieuw exemplaar van de HostedFileSearchTool klasse.
public:
HostedFileSearchTool();
public HostedFileSearchTool();
Public Sub New ()
Van toepassing op
HostedFileSearchTool(IReadOnlyDictionary<String,Object>)
Initialiseert een nieuw exemplaar van de HostedFileSearchTool klasse.
public:
HostedFileSearchTool(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ additionalProperties);
public HostedFileSearchTool(System.Collections.Generic.IReadOnlyDictionary<string,object?>? additionalProperties);
new Microsoft.Extensions.AI.HostedFileSearchTool : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.Extensions.AI.HostedFileSearchTool
Public Sub New (additionalProperties As IReadOnlyDictionary(Of String, Object))
Parameters
- additionalProperties
- IReadOnlyDictionary<String,Object>
Eventuele extra eigenschappen die aan het hulpprogramma zijn gekoppeld.