IFieldInfo Interface

Définition

Attention

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

Autorise l’accès aux noms de champs et aux types de champs d’objets qui prennent en charge l’interface ISerializable .

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

Propriétés

Nom Description
FieldNames
Obsolète.

Obtient ou définit les noms de champs des objets sérialisés.

FieldTypes
Obsolète.

Obtient ou définit les types de champs des objets sérialisés.

S’applique à