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 使序列化程序能够确保取消序列化程序有足够的信息,以便从字符串表示形式转换对这些类型的引用。

适用于