Sdílet prostřednictvím


IFieldInfo Rozhraní

Definice

Upozornění

Formatter-based serialization is obsolete and should not be used.

Umožňuje přístup k názvům polí a typům polí objektů, které podporují ISerializable rozhraní.

public interface class IFieldInfo
public interface IFieldInfo
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IFieldInfo
[System.Runtime.InteropServices.ComVisible(true)]
public interface IFieldInfo
type IFieldInfo = interface
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IFieldInfo = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IFieldInfo = interface
Public Interface IFieldInfo
Atributy

Vlastnosti

FieldNames
Zastaralé.

Získá nebo nastaví názvy polí serializovaných objektů.

FieldTypes
Zastaralé.

Získá nebo nastaví typy polí serializovaných objektů.

Platí pro