DataSchemaModel.Serialize - метод (TextWriter, IEnumerable<Type>)
Пространство имен: Microsoft.Data.Schema.SchemaModel
Сборка: Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)
Синтаксис
'Декларация
Public Sub Serialize ( _
output As TextWriter, _
annotationTypesToInclude As IEnumerable(Of Type) _
)
public void Serialize(
TextWriter output,
IEnumerable<Type> annotationTypesToInclude
)
public:
void Serialize(
TextWriter^ output,
IEnumerable<Type^>^ annotationTypesToInclude
)
member Serialize :
output:TextWriter *
annotationTypesToInclude:IEnumerable<Type> -> unit
public function Serialize(
output : TextWriter,
annotationTypesToInclude : IEnumerable<Type>
)
Параметры
- output
Тип: System.IO.TextWriter
- annotationTypesToInclude
Тип: System.Collections.Generic.IEnumerable<Type>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.