Share via


XmlSerializerOutputFormatter コンストラクター

定義

オーバーロード

XmlSerializerOutputFormatter()

の新しいインスタンスを既定で XmlSerializerOutputFormatter 初期化します XmlWriterSettings

XmlSerializerOutputFormatter(ILoggerFactory)

の新しいインスタンスを既定で XmlSerializerOutputFormatter 初期化します XmlWriterSettings

XmlSerializerOutputFormatter(XmlWriterSettings)

XmlSerializerOutputFormatter の新しいインスタンスを初期化します。

XmlSerializerOutputFormatter(XmlWriterSettings, ILoggerFactory)

XmlSerializerOutputFormatter の新しいインスタンスを初期化します

XmlSerializerOutputFormatter()

ソース:
XmlSerializerOutputFormatter.cs
ソース:
XmlSerializerOutputFormatter.cs

の新しいインスタンスを既定で XmlSerializerOutputFormatter 初期化します XmlWriterSettings

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

適用対象

XmlSerializerOutputFormatter(ILoggerFactory)

ソース:
XmlSerializerOutputFormatter.cs
ソース:
XmlSerializerOutputFormatter.cs

の新しいインスタンスを既定で XmlSerializerOutputFormatter 初期化します XmlWriterSettings

public:
 XmlSerializerOutputFormatter(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public XmlSerializerOutputFormatter (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter
Public Sub New (loggerFactory As ILoggerFactory)

パラメーター

loggerFactory
ILoggerFactory

ILoggerFactory

適用対象

XmlSerializerOutputFormatter(XmlWriterSettings)

ソース:
XmlSerializerOutputFormatter.cs
ソース:
XmlSerializerOutputFormatter.cs

XmlSerializerOutputFormatter の新しいインスタンスを初期化します。

public:
 XmlSerializerOutputFormatter(System::Xml::XmlWriterSettings ^ writerSettings);
public XmlSerializerOutputFormatter (System.Xml.XmlWriterSettings writerSettings);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter : System.Xml.XmlWriterSettings -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter
Public Sub New (writerSettings As XmlWriterSettings)

パラメーター

writerSettings
XmlWriterSettings

によって XmlSerializer使用される設定。

適用対象

XmlSerializerOutputFormatter(XmlWriterSettings, ILoggerFactory)

ソース:
XmlSerializerOutputFormatter.cs
ソース:
XmlSerializerOutputFormatter.cs

XmlSerializerOutputFormatter の新しいインスタンスを初期化します

public:
 XmlSerializerOutputFormatter(System::Xml::XmlWriterSettings ^ writerSettings, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public XmlSerializerOutputFormatter (System.Xml.XmlWriterSettings writerSettings, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter : System.Xml.XmlWriterSettings * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.Formatters.XmlSerializerOutputFormatter
Public Sub New (writerSettings As XmlWriterSettings, loggerFactory As ILoggerFactory)

パラメーター

writerSettings
XmlWriterSettings

によって XmlSerializer使用される設定。

loggerFactory
ILoggerFactory

ILoggerFactory

適用対象