共用方式為


MarkupProperty.TypeReferences 屬性

定義

在衍生類別中覆寫時,取得這個 MarkupProperty 在將其值序列化為字串時要參考的型別集。

public:
 abstract property System::Collections::Generic::IEnumerable<Type ^> ^ TypeReferences { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<Type> TypeReferences { get; }
member this.TypeReferences : seq<Type>
Public MustOverride ReadOnly Property TypeReferences As IEnumerable(Of Type)

屬性值

IEnumerable<Type>

型別集。

備註

TypeReferences 可讓序列化程式確保取消序列化程式有足夠的資訊可從字串表示轉換這些類型的參考。

適用於