IFieldInfo Gränssnitt

Definition

Varning

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

Ger åtkomst till fältnamn och fälttyper av objekt som stöder ISerializable gränssnittet.

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
Attribut

Egenskaper

Name Description
FieldNames
Föråldrad.

Hämtar eller anger fältnamnen för serialiserade objekt.

FieldTypes
Föråldrad.

Hämtar eller anger fälttyperna för de serialiserade objekten.

Gäller för