IFieldInfo 介面

定義

警告

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

允許存取支援介面 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
屬性

屬性

名稱 Description
FieldNames
已淘汰.

取得或設定序列化物件的欄位名稱。

FieldTypes
已淘汰.

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

適用於