MarkupProperty.TypeReferences 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类重写时,获取此 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)
属性值
这组类型。
注解
TypeReferences 使序列化程序能够确保取消序列化程序有足够的信息,以便从字符串表示形式转换对这些类型的引用。