IMessagingConfiguration.SerializationProviders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
序列化提供者的清單
public System.Collections.Generic.List<System.Reflection.TypeInfo> SerializationProviders { get; }
public System.Collections.Generic.List<Type> SerializationProviders { get; }
member this.SerializationProviders : System.Collections.Generic.List<System.Reflection.TypeInfo>
member this.SerializationProviders : System.Collections.Generic.List<Type>
Public ReadOnly Property SerializationProviders As List(Of TypeInfo)
Public ReadOnly Property SerializationProviders As List(Of Type)