IFieldInfo 介面

定義

警告

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

允許對支援 ISerializable 介面的物件欄位名稱和欄位型別 (Field Type) 的存取。

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
屬性

屬性

FieldNames
已淘汰.

取得或設定序列化物件的欄位型別。

FieldTypes
已淘汰.

取得或設定序列化物件的欄位型別。

適用於